#0B4CC0

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

Shades of Denim #0B4CC0

Tints of Denim #0B4CC0

Color information

#0B4CC0 (or 0x0B4CC0) is unknown color: approx Denim. HEX triplet: 0B, 4C and C0. RGB value is (11,76,192). Sum of RGB (Red+Green+Blue) = 11+76+192=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #0B4CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4CC0 is #F4B33F. Grayscale: #454545. Windows color (decimal): -16036672 or 12602379. OLE color: 12602379.

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

Color convert

RGB1176192-
CMYK0.940.6000.25
HSL218.45º89.16%39.8%-
HSV(B)218.45º94.27%75.29%-
XYZ12.249.0550.97-
YUV69.79196.9786.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.94%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 192 (75.39% from 255) = 68.82%
R=3.94%
G=27.24%
B=68.82%

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
Decimal11761920.940.6000.25218.4589.1639.8
HexB4CC05E3C019da5928
Octal131143001367403133213150
Binary10111001100110000001011110111100011001110110101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,76,192); }

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

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

 a { background-color: rgb(11,76,192); }

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

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

 span { border-color: rgb(11,76,192); }

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