Html Css Color HEX #1C5087 Endeavour

📋 copy color: '#1C5087'

red 28 ◦ green 80 ◦ blue 135

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

Shades of Endeavour #1C5087

Tints of Endeavour #1C5087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.56%

R = 11.52%
G = 32.92%
B = 55.56%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1C5087 (or 0x1C5087) is known color: Endeavour. HEX triplet: 1C, 50 and 87. RGB value is (28,80,135). Sum of RGB (Red+Green+Blue) = 28+80+135=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C5087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5087 is #E3AF78. Grayscale: #464646. Windows color (decimal): -14921593 or 8867868. OLE color: 8867868.

HSL color Cylindrical-coordinate representation of color #1C5087: hue angle of 210.84º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C5087 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 80 135 -
CMYK 0.79 0.41 0 0.47
HSL 210.84º 0.66% 0.32% -
HSV(B) 210.84º 0.79% 0.53% -
XYZ 7.72 7.73 24.01 -
YUV 70.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 28 80 135 0.79 0.41 0 0.47 210.84 0.66 0.32
Hex 1C 50 87 4F 29 0 2F D3 42 20
Octal 34 120 207 117 51 0 57 323 102 40
Binary 11100 1010000 10000111 1001111 101001 0 101111 11010011 1000010 100000

Color Harmonies of #1C5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5087

Black with #1C5087

Text Example


Text Example

White with #1C5087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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