#0B60CA

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

Shades of Navy Blue #0B60CA

Tints of Navy Blue #0B60CA

Color information

#0B60CA (or 0x0B60CA) is unknown color: approx Navy Blue. HEX triplet: 0B, 60 and CA. RGB value is (11,96,202). Sum of RGB (Red+Green+Blue) = 11+96+202=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B60CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B60CA is #F49F35. Grayscale: #525252. Windows color (decimal): -16031542 or 13262859. OLE color: 13262859.

HSL color Cylindrical-coordinate representation of color #0B60CA: hue angle of 213.3º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B60CA is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1196202-
CMYK0.950.5200.21
HSL213.3º89.67%41.76%-
HSV(B)213.3º94.55%79.22%-
XYZ14.9812.757.54-
YUV82.67195.3476.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.56%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 202 (79.30% from 255) = 65.37%
R=3.56%
G=31.07%
B=65.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11962020.950.5200.21213.389.6741.76
HexB60CA5F34015d55a2a
Octal131403121376402532513252
Binary10111100000110010101011111110100010101110101011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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