#0c50bf

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

Shades of Denim #0C50BF

Tints of Denim #0C50BF

Color information

#0C50BF (or 0x0C50BF) is unknown color: approx Denim. HEX triplet: 0C, 50 and BF. RGB value is (12,80,191). Sum of RGB (Red+Green+Blue) = 12+80+191=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C50BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C50BF is #F3AF40. Grayscale: #474747. Windows color (decimal): -15970113 or 12537868. OLE color: 12537868.

HSL color Cylindrical-coordinate representation of color #0C50BF: hue angle of 217.21º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C50BF is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1280191-
CMYK0.940.5800.25
HSL217.21º88.18%39.8%-
HSV(B)217.21º93.72%74.9%-
XYZ12.429.5850.48-
YUV72.32194.9784.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.24%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 191 (75% from 255) = 67.49%
R=4.24%
G=28.27%
B=67.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12801910.940.5800.25217.2188.1839.8
HexC50BF5E3A019d95828
Octal141202771367203133113050
Binary11001010000101111111011110111010011001110110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c50bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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