Html Css Color HEX #1C4996 Endeavour

📋 copy color: '#1C4996'

red 28 ◦ green 73 ◦ blue 150

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

Shades of Endeavour #1C4996

Tints of Endeavour #1C4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 11.16%
G = 29.08%
B = 59.76%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1C4996 (or 0x1C4996) is known color: Endeavour. HEX triplet: 1C, 49 and 96. RGB value is (28,73,150). Sum of RGB (Red+Green+Blue) = 28+73+150=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C4996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4996 is #E3B669. Grayscale: #434343. Windows color (decimal): -14923370 or 9849116. OLE color: 9849116.

HSL color Cylindrical-coordinate representation of color #1C4996: hue angle of 217.87º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C4996 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 73 150 -
CMYK 0.81 0.51 0 0.41
HSL 217.87º 0.69% 0.35% -
HSV(B) 217.87º 0.81% 0.59% -
XYZ 8.37 7.21 29.81 -
YUV 68.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 28 73 150 0.81 0.51 0 0.41 217.87 0.69 0.35
Hex 1C 49 96 51 33 0 29 DA 45 23
Octal 34 111 226 121 63 0 51 332 105 43
Binary 11100 1001001 10010110 1010001 110011 0 101001 11011010 1000101 100011

Color Harmonies of #1C4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4996

Black with #1C4996

Text Example


Text Example

White with #1C4996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,73,150); }

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

background-color css

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

 a { background-color: rgb(28,73,150); }

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

border-color css

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

 span { border-color: rgb(28,73,150); }

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