#0C5BB2

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

Shades of Denim #0C5BB2

Tints of Denim #0C5BB2

Color information

#0C5BB2 (or 0x0C5BB2) is unknown color: approx Denim. HEX triplet: 0C, 5B and B2. RGB value is (12,91,178). Sum of RGB (Red+Green+Blue) = 12+91+178=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 178 (69.92% from 255 or 63.35% from 281); Max value from RGB is 178 - color contains mainly: blue. Hex color #0C5BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5BB2 is #F3A44D. Grayscale: #4C4C4C. Windows color (decimal): -15967310 or 11688716. OLE color: 11688716.

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

Color convert

RGB1291178-
CMYK0.930.4900.30
HSL211.45º87.37%37.25%-
HSV(B)211.45º93.26%69.8%-
XYZ11.9310.7743.57-
YUV77.3184.8381.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.27%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 178 (69.92% from 255) = 63.35%
R=4.27%
G=32.38%
B=63.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12911780.930.4900.30211.4587.3737.25
HexC5BB25D3101Ed35725
Octal141332621356103632312745
Binary11001011011101100101011101110001011110110100111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,91,178); }

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

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

 a { background-color: rgb(12,91,178); }

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

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

 span { border-color: rgb(12,91,178); }

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