#0C4CBF

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

Shades of Denim #0C4CBF

Tints of Denim #0C4CBF

Color information

#0C4CBF (or 0x0C4CBF) is unknown color: approx Denim. HEX triplet: 0C, 4C and BF. RGB value is (12,76,191). Sum of RGB (Red+Green+Blue) = 12+76+191=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C4CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4CBF is #F3B340. Grayscale: #454545. Windows color (decimal): -15971137 or 12536844. OLE color: 12536844.

HSL color Cylindrical-coordinate representation of color #0C4CBF: hue angle of 218.55º 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 #0C4CBF is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1276191-
CMYK0.940.6000.25
HSL218.55º88.18%39.8%-
HSV(B)218.55º93.72%74.9%-
XYZ12.149.0150.39-
YUV69.97196.386.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.30%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 191 (75% from 255) = 68.46%
R=4.30%
G=27.24%
B=68.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12761910.940.6000.25218.5588.1839.8
HexC4CBF5E3C019db5828
Octal141142771367403133313050
Binary11001001100101111111011110111100011001110110111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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