#0B4FBD

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

Shades of Denim #0B4FBD

Tints of Denim #0B4FBD

Color information

#0B4FBD (or 0x0B4FBD) is unknown color: approx Denim. HEX triplet: 0B, 4F and BD. RGB value is (11,79,189). Sum of RGB (Red+Green+Blue) = 11+79+189=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B4FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4FBD is #F4B042. Grayscale: #464646. Windows color (decimal): -16035907 or 12406539. OLE color: 12406539.

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

Color convert

RGB1179189-
CMYK0.940.5800.26
HSL217.08º89%39.22%-
HSV(B)217.08º94.18%74.12%-
XYZ12.129.3449.31-
YUV71.21194.4785.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.94%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 189 (74.22% from 255) = 67.74%
R=3.94%
G=28.32%
B=67.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11791890.940.5800.26217.088939.22
HexB4FBD5E3A01Ad95927
Octal131172751367203233113147
Binary10111001111101111011011110111010011010110110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,79,189); }

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

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

 a { background-color: rgb(11,79,189); }

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

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

 span { border-color: rgb(11,79,189); }

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