#0C5EB1

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

Shades of Denim #0C5EB1

Tints of Denim #0C5EB1

Color information

#0C5EB1 (or 0x0C5EB1) is unknown color: approx Denim. HEX triplet: 0C, 5E and B1. RGB value is (12,94,177). Sum of RGB (Red+Green+Blue) = 12+94+177=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C5EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5EB1 is #F3A14E. Grayscale: #4E4E4E. Windows color (decimal): -15966543 or 11623948. OLE color: 11623948.

HSL color Cylindrical-coordinate representation of color #0C5EB1: hue angle of 210.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5EB1 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1294177-
CMYK0.930.4700.31
HSL210.18º87.3%37.06%-
HSV(B)210.18º93.22%69.41%-
XYZ12.0911.2643.13-
YUV78.94183.3380.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.24%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 177 (69.53% from 255) = 62.54%
R=4.24%
G=33.22%
B=62.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12941770.930.4700.31210.1887.337.06
HexC5EB15D2F01Fd25725
Octal141362611355703732212745
Binary11001011110101100011011101101111011111110100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,94,177); }

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

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

 a { background-color: rgb(12,94,177); }

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

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

 span { border-color: rgb(12,94,177); }

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