#0B4AEF

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

Shades of Navy Blue #0B4AEF

Tints of Navy Blue #0B4AEF

Color information

#0B4AEF (or 0x0B4AEF) is unknown color: approx Navy Blue. HEX triplet: 0B, 4A and EF. RGB value is (11,74,239). Sum of RGB (Red+Green+Blue) = 11+74+239=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B4AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B4AEF is #F4B510. Grayscale: #494949. Windows color (decimal): -16037137 or 15682059. OLE color: 15682059.

HSL color Cylindrical-coordinate representation of color #0B4AEF: hue angle of 223.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4AEF is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1174239-
CMYK0.950.6900.06
HSL223.42º91.2%49.02%-
HSV(B)223.42º95.4%93.73%-
XYZ18.1711.282.87-
YUV73.97221.1383.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.40%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 239 (93.75% from 255) = 73.77%
R=3.40%
G=22.84%
B=73.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11742390.950.6900.06223.4291.249.02
HexB4AEF5F4506df5b31
Octal131123571371050633713361
Binary1011100101011101111101111110001010110110111111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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