Html Css Color HEX #1C5599 Endeavour

📋 copy color: '#1C5599'

red 28 ◦ green 85 ◦ blue 153

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

Shades of Endeavour #1C5599

Tints of Endeavour #1C5599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 10.53%
G = 31.95%
B = 57.52%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C5599 (or 0x1C5599) is known color: Endeavour. HEX triplet: 1C, 55 and 99. RGB value is (28,85,153). Sum of RGB (Red+Green+Blue) = 28+85+153=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C5599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5599 is #E3AA66. Grayscale: #4B4B4B. Windows color (decimal): -14920295 or 10048796. OLE color: 10048796.

HSL color Cylindrical-coordinate representation of color #1C5599: hue angle of 212.64º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C5599 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 85 153 -
CMYK 0.82 0.44 0 0.4
HSL 212.64º 0.69% 0.35% -
HSV(B) 212.64º 0.82% 0.6% -
XYZ 9.48 9.04 31.38 -
YUV 75.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 28 85 153 0.82 0.44 0 0.4 212.64 0.69 0.35
Hex 1C 55 99 52 2C 0 28 D5 45 23
Octal 34 125 231 122 54 0 50 325 105 43
Binary 11100 1010101 10011001 1010010 101100 0 101000 11010101 1000101 100011

Color Harmonies of #1C5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5599

Black with #1C5599

Text Example


Text Example

White with #1C5599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,85,153); }

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

background-color css

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

 a { background-color: rgb(28,85,153); }

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

border-color css

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

 span { border-color: rgb(28,85,153); }

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