#0a72ce

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

Shades of Navy Blue #0A72CE

Tints of Navy Blue #0A72CE

Color information

#0A72CE (or 0x0A72CE) is unknown color: approx Navy Blue. HEX triplet: 0A, 72 and CE. RGB value is (10,114,206). Sum of RGB (Red+Green+Blue) = 10+114+206=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A72CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A72CE is #F58D31. Grayscale: #5C5C5C. Windows color (decimal): -16092466 or 13529610. OLE color: 13529610.

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

Color convert

RGB10114206-
CMYK0.950.4500.19
HSL208.16º90.74%42.35%-
HSV(B)208.16º95.15%80.78%-
XYZ17.2816.5660.68-
YUV93.39191.5468.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.03%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 206 (80.86% from 255) = 62.42%
R=3.03%
G=34.55%
B=62.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101142060.950.4500.19208.1690.7442.35
HexA72CE5F2D013d05b2a
Octal121623161375502332013352
Binary10101110010110011101011111101101010011110100001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a72ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,114,206); }

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

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

 a { background-color: rgb(10,114,206); }

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

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

 span { border-color: rgb(10,114,206); }

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