#0C50B9

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

Shades of Denim #0C50B9

Tints of Denim #0C50B9

Color information

#0C50B9 (or 0x0C50B9) is unknown color: approx Denim. HEX triplet: 0C, 50 and B9. RGB value is (12,80,185). Sum of RGB (Red+Green+Blue) = 12+80+185=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C50B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C50B9 is #F3AF46. Grayscale: #474747. Windows color (decimal): -15970119 or 12144652. OLE color: 12144652.

HSL color Cylindrical-coordinate representation of color #0C50B9: hue angle of 216.42º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C50B9 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1280185-
CMYK0.940.5700.27
HSL216.42º87.82%38.63%-
HSV(B)216.42º93.51%72.55%-
XYZ11.789.3247.08-
YUV71.64191.9785.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.33%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 185 (72.66% from 255) = 66.79%
R=4.33%
G=28.88%
B=66.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12801850.940.5700.27216.4287.8238.63
HexC50B95E3901Bd85827
Octal141202711367103333013047
Binary11001010000101110011011110111001011011110110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C50B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,80,185); }

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

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

 a { background-color: rgb(12,80,185); }

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

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

 span { border-color: rgb(12,80,185); }

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