Html Css Color HEX #1C5292 Endeavour

📋 copy color: '#1C5292'

red 28 ◦ green 82 ◦ blue 146

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

Shades of Endeavour #1C5292

Tints of Endeavour #1C5292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 10.94%
G = 32.03%
B = 57.03%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1C5292 (or 0x1C5292) is known color: Endeavour. HEX triplet: 1C, 52 and 92. RGB value is (28,82,146). Sum of RGB (Red+Green+Blue) = 28+82+146=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C5292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5292 is #E3AD6D. Grayscale: #484848. Windows color (decimal): -14921070 or 9589276. OLE color: 9589276.

HSL color Cylindrical-coordinate representation of color #1C5292: hue angle of 212.54º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C5292 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 82 146 -
CMYK 0.81 0.44 0 0.43
HSL 212.54º 0.68% 0.34% -
HSV(B) 212.54º 0.81% 0.57% -
XYZ 8.68 8.36 28.35 -
YUV 73.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 28 82 146 0.81 0.44 0 0.43 212.54 0.68 0.34
Hex 1C 52 92 51 2C 0 2B D5 44 22
Octal 34 122 222 121 54 0 53 325 104 42
Binary 11100 1010010 10010010 1010001 101100 0 101011 11010101 1000100 100010

Color Harmonies of #1C5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5292

Black with #1C5292

Text Example


Text Example

White with #1C5292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,82,146); }

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

background-color css

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

 a { background-color: rgb(28,82,146); }

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

border-color css

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

 span { border-color: rgb(28,82,146); }

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