#0B5BD4

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

Shades of Navy Blue #0B5BD4

Tints of Navy Blue #0B5BD4

Color information

#0B5BD4 (or 0x0B5BD4) is unknown color: approx Navy Blue. HEX triplet: 0B, 5B and D4. RGB value is (11,91,212). Sum of RGB (Red+Green+Blue) = 11+91+212=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #0B5BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5BD4 is #F4A42B. Grayscale: #505050. Windows color (decimal): -16032812 or 13916939. OLE color: 13916939.

HSL color Cylindrical-coordinate representation of color #0B5BD4: hue angle of 216.12º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5BD4 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1191212-
CMYK0.950.5700.17
HSL216.12º90.13%43.73%-
HSV(B)216.12º94.81%83.14%-
XYZ15.7612.3163.83-
YUV80.8720278.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.50%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 212 (83.20% from 255) = 67.52%
R=3.50%
G=28.98%
B=67.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11912120.950.5700.17216.1290.1343.73
HexB5BD45F39011d85a2c
Octal131333241377102133013254
Binary10111011011110101001011111111001010001110110001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,91,212); }

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

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

 a { background-color: rgb(11,91,212); }

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

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

 span { border-color: rgb(11,91,212); }

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