#0A7DE1

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

Shades of Navy Blue #0A7DE1

Tints of Navy Blue #0A7DE1

Color information

#0A7DE1 (or 0x0A7DE1) is unknown color: approx Navy Blue. HEX triplet: 0A, 7D and E1. RGB value is (10,125,225). Sum of RGB (Red+Green+Blue) = 10+125+225=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A7DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7DE1 is #F5821E. Grayscale: #656565. Windows color (decimal): -16089631 or 14777610. OLE color: 14777610.

HSL color Cylindrical-coordinate representation of color #0A7DE1: hue angle of 207.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7DE1 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10125225-
CMYK0.960.4400.12
HSL207.91º91.49%46.08%-
HSV(B)207.91º95.56%88.24%-
XYZ21.0520.1774.02-
YUV102.02197.462.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.78%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 225 (88.28% from 255) = 62.5%
R=2.78%
G=34.72%
B=62.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal101252250.960.4400.12207.9191.4946.08
HexA7DE1602C0Cd05b2e
Octal121753411405401432013356
Binary1010111110111100001110000010110001100110100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,125,225); }

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

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

 a { background-color: rgb(10,125,225); }

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

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

 span { border-color: rgb(10,125,225); }

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