Html Css Color HEX #1C5E97 Endeavour

📋 copy color: '#1C5E97'

red 28 ◦ green 94 ◦ blue 151

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

Shades of Endeavour #1C5E97

Tints of Endeavour #1C5E97

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 10.26%
G = 34.43%
B = 55.31%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1C5E97 (or 0x1C5E97) is known color: Endeavour. HEX triplet: 1C, 5E and 97. RGB value is (28,94,151). Sum of RGB (Red+Green+Blue) = 28+94+151=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C5E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5E97 is #E3A168. Grayscale: #505050. Windows color (decimal): -14917993 or 9920028. OLE color: 9920028.

HSL color Cylindrical-coordinate representation of color #1C5E97: hue angle of 207.8º 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 #1C5E97 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 94 151 -
CMYK 0.81 0.38 0 0.41
HSL 207.8º 0.69% 0.35% -
HSV(B) 207.8º 0.81% 0.59% -
XYZ 10.07 10.49 30.77 -
YUV 80.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 28 94 151 0.81 0.38 0 0.41 207.8 0.69 0.35
Hex 1C 5E 97 51 26 0 29 D0 45 23
Octal 34 136 227 121 46 0 51 320 105 43
Binary 11100 1011110 10010111 1010001 100110 0 101001 11010000 1000101 100011

Color Harmonies of #1C5E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5E97

Black with #1C5E97

Text Example


Text Example

White with #1C5E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,94,151); }

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

background-color css

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

 a { background-color: rgb(28,94,151); }

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

border-color css

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

 span { border-color: rgb(28,94,151); }

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