#0B62E1

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

Shades of Navy Blue #0B62E1

Tints of Navy Blue #0B62E1

Color information

#0B62E1 (or 0x0B62E1) is unknown color: approx Navy Blue. HEX triplet: 0B, 62 and E1. RGB value is (11,98,225). Sum of RGB (Red+Green+Blue) = 11+98+225=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 225 (88.28% from 255 or 67.37% from 334); Max value from RGB is 225 - color contains mainly: blue. Hex color #0B62E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B62E1 is #F49D1E. Grayscale: #555555. Windows color (decimal): -16031007 or 14770699. OLE color: 14770699.

HSL color Cylindrical-coordinate representation of color #0B62E1: hue angle of 215.61º 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 #0B62E1 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1198225-
CMYK0.950.5600.12
HSL215.61º90.68%46.27%-
HSV(B)215.61º95.11%88.24%-
XYZ18.114.2473.03-
YUV86.46206.1874.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.29%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 225 (88.28% from 255) = 67.37%
R=3.29%
G=29.34%
B=67.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal11982250.950.5600.12215.6190.6846.27
HexB62E15F380Cd85b2e
Octal131423411377001433013356
Binary1011110001011100001101111111100001100110110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B62E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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