#0B62E0

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

Shades of Navy Blue #0B62E0

Tints of Navy Blue #0B62E0

Color information

#0B62E0 (or 0x0B62E0) is unknown color: approx Navy Blue. HEX triplet: 0B, 62 and E0. RGB value is (11,98,224). Sum of RGB (Red+Green+Blue) = 11+98+224=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 224 (87.89% from 255 or 67.27% from 333); Max value from RGB is 224 - color contains mainly: blue. Hex color #0B62E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B62E0 is #F49D1F. Grayscale: #555555. Windows color (decimal): -16031008 or 14705163. OLE color: 14705163.

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

Color convert

RGB1198224-
CMYK0.950.5600.12
HSL215.49º90.64%46.08%-
HSV(B)215.49º95.09%87.84%-
XYZ17.9614.1972.31-
YUV86.35205.6874.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.30%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 224 (87.89% from 255) = 67.27%
R=3.30%
G=29.43%
B=67.27%

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
Decimal11982240.950.5600.12215.4990.6446.08
HexB62E05F380Cd75b2e
Octal131423401377001432713356
Binary1011110001011100000101111111100001100110101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B62E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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