#0C5D93

Color #0C5D93 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #0C5D93

Tints of Endeavour #0C5D93

Color information

#0C5D93 (or 0x0C5D93) is unknown color: approx Endeavour. HEX triplet: 0C, 5D and 93. RGB value is (12,93,147). Sum of RGB (Red+Green+Blue) = 12+93+147=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C5D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5D93 is #F3A26C. Grayscale: #4A4A4A. Windows color (decimal): -15966829 or 9657612. OLE color: 9657612.

HSL color Cylindrical-coordinate representation of color #0C5D93: hue angle of 204º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5D93 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1293147-
CMYK0.920.3700.42
HSL204º84.91%31.18%-
HSV(B)204º91.84%57.65%-
XYZ9.3310.0129.04-
YUV74.94168.6683.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 147 (57.81% from 255) = 58.33%
R=4.76%
G=36.90%
B=58.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12931470.920.3700.4220484.9131.18
HexC5D935C2502Acc551f
Octal141352231344505231412537
Binary11001011101100100111011100100101010101011001100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5D93; }

 p { color: rgb(12,93,147); }

 H1.HeaderClassName
 {
   color: #0C5D93;
 }
 .AnyTagClassName
 {
   color: #0C5D93;
 }
</style>
background-color css

<style>
 a { background-color: #0C5D93; }

 a { background-color: rgb(12,93,147); }

 div.DivClassName
 {
   background-color: #0C5D93;
 }
 .BgClassName
 {
   background-color: #0C5D93;
 }
</style>
border-color css

<style>
 span { border-color: #0C5D93; }

 span { border-color: rgb(12,93,147); }

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