#0B55BF

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

Shades of Denim #0B55BF

Tints of Denim #0B55BF

Color information

#0B55BF (or 0x0B55BF) is unknown color: approx Denim. HEX triplet: 0B, 55 and BF. RGB value is (11,85,191). Sum of RGB (Red+Green+Blue) = 11+85+191=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B55BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B55BF is #F4AA40. Grayscale: #4A4A4A. Windows color (decimal): -16034369 or 12539147. OLE color: 12539147.

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

Color convert

RGB1185191-
CMYK0.940.5500.25
HSL215.33º89.11%39.61%-
HSV(B)215.33º94.24%74.9%-
XYZ12.7910.3350.61-
YUV74.96193.4882.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.83%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 191 (75% from 255) = 66.55%
R=3.83%
G=29.62%
B=66.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11851910.940.5500.25215.3389.1139.61
HexB55BF5E37019d75928
Octal131252771366703132713150
Binary10111010101101111111011110110111011001110101111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,85,191); }

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

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

 a { background-color: rgb(11,85,191); }

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

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

 span { border-color: rgb(11,85,191); }

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