Html Css Color HEX #1C5089 Endeavour

📋 copy color: '#1C5089'

red 28 ◦ green 80 ◦ blue 137

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

Shades of Endeavour #1C5089

Tints of Endeavour #1C5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 11.43%
G = 32.65%
B = 55.92%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C5089 (or 0x1C5089) is known color: Endeavour. HEX triplet: 1C, 50 and 89. RGB value is (28,80,137). Sum of RGB (Red+Green+Blue) = 28+80+137=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C5089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5089 is #E3AF76. Grayscale: #464646. Windows color (decimal): -14921591 or 8998940. OLE color: 8998940.

HSL color Cylindrical-coordinate representation of color #1C5089: hue angle of 211.38º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C5089 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 80 137 -
CMYK 0.80 0.42 0 0.46
HSL 211.38º 0.66% 0.32% -
HSV(B) 211.38º 0.8% 0.54% -
XYZ 7.86 7.79 24.76 -
YUV 70.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 28 80 137 0.80 0.42 0 0.46 211.38 0.66 0.32
Hex 1C 50 89 50 2A 0 2E D3 42 20
Octal 34 120 211 120 52 0 56 323 102 40
Binary 11100 1010000 10001001 1010000 101010 0 101110 11010011 1000010 100000

Color Harmonies of #1C5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5089

Black with #1C5089

Text Example


Text Example

White with #1C5089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,80,137); }

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

background-color css

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

 a { background-color: rgb(28,80,137); }

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

border-color css

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

 span { border-color: rgb(28,80,137); }

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