#0B4AD6

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

Shades of Navy Blue #0B4AD6

Tints of Navy Blue #0B4AD6

Color information

#0B4AD6 (or 0x0B4AD6) is unknown color: approx Navy Blue. HEX triplet: 0B, 4A and D6. RGB value is (11,74,214). Sum of RGB (Red+Green+Blue) = 11+74+214=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 214 (83.98% from 255 or 71.57% from 299); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B4AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4AD6 is #F4B529. Grayscale: #464646. Windows color (decimal): -16037162 or 14043659. OLE color: 14043659.

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

Color convert

RGB1174214-
CMYK0.950.6500.16
HSL221.38º90.22%44.12%-
HSV(B)221.38º94.86%83.92%-
XYZ14.729.8264.74-
YUV71.12208.6385.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.68%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 214 (83.98% from 255) = 71.57%
R=3.68%
G=24.75%
B=71.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11742140.950.6500.16221.3890.2244.12
HexB4AD65F41010dd5a2c
Octal1311232613710102033513254
Binary101110010101101011010111111000001010000110111011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,74,214); }

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

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

 a { background-color: rgb(11,74,214); }

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

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

 span { border-color: rgb(11,74,214); }

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