#0A7FD9

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

Shades of Navy Blue #0A7FD9

Tints of Navy Blue #0A7FD9

Color information

#0A7FD9 (or 0x0A7FD9) is unknown color: approx Navy Blue. HEX triplet: 0A, 7F and D9. RGB value is (10,127,217). Sum of RGB (Red+Green+Blue) = 10+127+217=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 217 (85.16% from 255 or 61.30% from 354); Max value from RGB is 217 - color contains mainly: blue. Hex color #0A7FD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7FD9 is #F58026. Grayscale: #656565. Windows color (decimal): -16089127 or 14253834. OLE color: 14253834.

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

Color convert

RGB10127217-
CMYK0.950.4100.15
HSL206.09º91.19%44.51%-
HSV(B)206.09º95.39%85.1%-
XYZ20.2420.2568.49-
YUV102.28192.7462.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 217 (85.16% from 255) = 61.30%
R=2.82%
G=35.88%
B=61.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101272170.950.4100.15206.0991.1944.51
HexA7FD95F290Fce5b2d
Octal121773311375101731613355
Binary1010111111111011001101111110100101111110011101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,127,217); }

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

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

 a { background-color: rgb(10,127,217); }

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

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

 span { border-color: rgb(10,127,217); }

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