#0A62CC

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

Shades of Navy Blue #0A62CC

Tints of Navy Blue #0A62CC

Color information

#0A62CC (or 0x0A62CC) is unknown color: approx Navy Blue. HEX triplet: 0A, 62 and CC. RGB value is (10,98,204). Sum of RGB (Red+Green+Blue) = 10+98+204=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A62CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A62CC is #F59D33. Grayscale: #535353. Windows color (decimal): -16096564 or 13394442. OLE color: 13394442.

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

Color convert

RGB1098204-
CMYK0.950.5200.2
HSL212.78º90.65%41.96%-
HSV(B)212.78º95.1%80%-
XYZ15.3913.1658.86-
YUV83.77195.8575.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.21%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 204 (80.08% from 255) = 65.38%
R=3.21%
G=31.41%
B=65.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10982040.950.5200.2212.7890.6541.96
HexA62CC5F34014d55b2a
Octal121423141376402432513352
Binary10101100010110011001011111110100010100110101011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,98,204); }

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

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

 a { background-color: rgb(10,98,204); }

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

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

 span { border-color: rgb(10,98,204); }

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