Html Css Color HEX #1C5E8D Endeavour

📋 copy color: '#1C5E8D'

red 28 ◦ green 94 ◦ blue 141

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

Shades of Endeavour #1C5E8D

Tints of Endeavour #1C5E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 10.65%
G = 35.74%
B = 53.61%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C5E8D (or 0x1C5E8D) is known color: Endeavour. HEX triplet: 1C, 5E and 8D. RGB value is (28,94,141). Sum of RGB (Red+Green+Blue) = 28+94+141=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C5E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5E8D is #E3A172. Grayscale: #4F4F4F. Windows color (decimal): -14918003 or 9264668. OLE color: 9264668.

HSL color Cylindrical-coordinate representation of color #1C5E8D: hue angle of 204.96º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C5E8D is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 94 141 -
CMYK 0.80 0.33 0 0.45
HSL 204.96º 0.67% 0.33% -
HSV(B) 204.96º 0.8% 0.55% -
XYZ 9.29 10.18 26.67 -
YUV 79.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 28 94 141 0.80 0.33 0 0.45 204.96 0.67 0.33
Hex 1C 5E 8D 50 21 0 2D CD 43 21
Octal 34 136 215 120 41 0 55 315 103 41
Binary 11100 1011110 10001101 1010000 100001 0 101101 11001101 1000011 100001

Color Harmonies of #1C5E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5E8D

Black with #1C5E8D

Text Example


Text Example

White with #1C5E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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