#0B51BE

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

Shades of Denim #0B51BE

Tints of Denim #0B51BE

Color information

#0B51BE (or 0x0B51BE) is unknown color: approx Denim. HEX triplet: 0B, 51 and BE. RGB value is (11,81,190). Sum of RGB (Red+Green+Blue) = 11+81+190=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B51BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B51BE is #F4AE41. Grayscale: #474747. Windows color (decimal): -16035394 or 12472587. OLE color: 12472587.

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

Color convert

RGB1181190-
CMYK0.940.5700.25
HSL216.54º89.05%39.41%-
HSV(B)216.54º94.21%74.51%-
XYZ12.379.6749.93-
YUV72.5194.3184.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.90%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=3.90%
G=28.72%
B=67.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11811900.940.5700.25216.5489.0539.41
HexB51BE5E39019d95927
Octal131212761367103133113147
Binary10111010001101111101011110111001011001110110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,81,190); }

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

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

 a { background-color: rgb(11,81,190); }

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

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

 span { border-color: rgb(11,81,190); }

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