Html Css Color HEX #1C6394 Endeavour

📋 copy color: '#1C6394'

red 28 ◦ green 99 ◦ blue 148

#1C6394
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #1C6394

Tints of Endeavour #1C6394

RGB

 RED value IS 28 (11.33% from 255) = 10.18%

 GREEN value IS 99 (39.06% from 255) = 36%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 10.18%
G = 36%
B = 53.82%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1C6394 (or 0x1C6394) is known color: Endeavour. HEX triplet: 1C, 63 and 94. RGB value is (28,99,148). Sum of RGB (Red+Green+Blue) = 28+99+148=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C6394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6394 is #E39C6B. Grayscale: #535353. Windows color (decimal): -14916716 or 9724700. OLE color: 9724700.

HSL color Cylindrical-coordinate representation of color #1C6394: hue angle of 204.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6394 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 99 148 -
CMYK 0.81 0.33 0 0.42
HSL 204.5º 0.68% 0.35% -
HSV(B) 204.5º 0.81% 0.58% -
XYZ 10.29 11.31 29.66 -
YUV 83.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 28 99 148 0.81 0.33 0 0.42 204.5 0.68 0.35
Hex 1C 63 94 51 21 0 2A CC 44 23
Octal 34 143 224 121 41 0 52 314 104 43
Binary 11100 1100011 10010100 1010001 100001 0 101010 11001100 1000100 100011

Color Harmonies of #1C6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6394

Black with #1C6394

Text Example


Text Example

White with #1C6394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C6394; }

 p { color: rgb(28,99,148); }

 H1.HeaderClassName
 {
   color: #1C6394;
 }
 .AnyTagClassName
 {
   color: #1C6394;
 }
</style>

background-color css

<style>
 a { background-color: #1C6394; }

 a { background-color: rgb(28,99,148); }

 div.DivClassName
 {
   background-color: #1C6394;
 }
 .BgClassName
 {
   background-color: #1C6394;
 }
</style>

border-color css

<style>
 span { border-color: #1C6394; }

 span { border-color: rgb(28,99,148); }

 td.TdClassName
 {
   border-color: #1C6394;
 }
 .TagClassName
 {
   border-color: #1C6394;
 }
</style>