#0C4BBF

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

Shades of Cobalt #0C4BBF

Tints of Cobalt #0C4BBF

Color information

#0C4BBF (or 0x0C4BBF) is unknown color: approx Cobalt. HEX triplet: 0C, 4B and BF. RGB value is (12,75,191). Sum of RGB (Red+Green+Blue) = 12+75+191=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C4BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4BBF is #F3B440. Grayscale: #444444. Windows color (decimal): -15971393 or 12536588. OLE color: 12536588.

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

Color convert

RGB1275191-
CMYK0.940.6100.25
HSL218.88º88.18%39.8%-
HSV(B)218.88º93.72%74.9%-
XYZ12.078.8750.37-
YUV69.39196.6387.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.32%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 191 (75% from 255) = 68.71%
R=4.32%
G=26.98%
B=68.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12751910.940.6100.25218.8888.1839.8
HexC4BBF5E3D019db5828
Octal141132771367503133313050
Binary11001001011101111111011110111101011001110110111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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