#0B52E1

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

Shades of Navy Blue #0B52E1

Tints of Navy Blue #0B52E1

Color information

#0B52E1 (or 0x0B52E1) is unknown color: approx Navy Blue. HEX triplet: 0B, 52 and E1. RGB value is (11,82,225). Sum of RGB (Red+Green+Blue) = 11+82+225=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 225 (88.28% from 255 or 70.75% from 318); Max value from RGB is 225 - color contains mainly: blue. Hex color #0B52E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B52E1 is #F4AD1E. Grayscale: #4C4C4C. Windows color (decimal): -16035103 or 14766603. OLE color: 14766603.

HSL color Cylindrical-coordinate representation of color #0B52E1: hue angle of 220.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B52E1 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1182225-
CMYK0.950.6400.12
HSL220.09º90.68%46.27%-
HSV(B)220.09º95.11%88.24%-
XYZ16.7511.5472.58-
YUV77.07211.4880.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.46%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 225 (88.28% from 255) = 70.75%
R=3.46%
G=25.79%
B=70.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal11822250.950.6400.12220.0990.6846.27
HexB52E15F400Cdc5b2e
Octal1312234113710001433413356
Binary10111010010111000011011111100000001100110111001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B52E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,82,225); }

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

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

 a { background-color: rgb(11,82,225); }

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

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

 span { border-color: rgb(11,82,225); }

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