#0B60E0

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

Shades of Navy Blue #0B60E0

Tints of Navy Blue #0B60E0

Color information

#0B60E0 (or 0x0B60E0) is unknown color: approx Navy Blue. HEX triplet: 0B, 60 and E0. RGB value is (11,96,224). Sum of RGB (Red+Green+Blue) = 11+96+224=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 224 (87.89% from 255 or 67.67% from 331); Max value from RGB is 224 - color contains mainly: blue. Hex color #0B60E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B60E0 is #F49F1F. Grayscale: #545454. Windows color (decimal): -16031520 or 14704651. OLE color: 14704651.

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

Color convert

RGB1196224-
CMYK0.950.5700.12
HSL216.06º90.64%46.08%-
HSV(B)216.06º95.09%87.84%-
XYZ17.7813.8272.25-
YUV85.18206.3475.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.32%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 224 (87.89% from 255) = 67.67%
R=3.32%
G=29.00%
B=67.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal11962240.950.5700.12216.0690.6446.08
HexB60E05F390Cd85b2e
Octal131403401377101433013356
Binary1011110000011100000101111111100101100110110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B60E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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