#0B57BB

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

Shades of Denim #0B57BB

Tints of Denim #0B57BB

Color information

#0B57BB (or 0x0B57BB) is unknown color: approx Denim. HEX triplet: 0B, 57 and BB. RGB value is (11,87,187). Sum of RGB (Red+Green+Blue) = 11+87+187=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B57BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B57BB is #F4A844. Grayscale: #4B4B4B. Windows color (decimal): -16033861 or 12277515. OLE color: 12277515.

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

Color convert

RGB1187187-
CMYK0.940.5300.27
HSL214.09º88.89%38.82%-
HSV(B)214.09º94.12%73.33%-
XYZ12.5210.4848.38-
YUV75.68190.8281.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.86%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 187 (73.44% from 255) = 65.61%
R=3.86%
G=30.53%
B=65.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11871870.940.5300.27214.0988.8938.82
HexB57BB5E3501Bd65927
Octal131272731366503332613147
Binary10111010111101110111011110110101011011110101101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B57BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,87,187); }

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

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

 a { background-color: rgb(11,87,187); }

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

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

 span { border-color: rgb(11,87,187); }

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