#0A77D4

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

Shades of Navy Blue #0A77D4

Tints of Navy Blue #0A77D4

Color information

#0A77D4 (or 0x0A77D4) is unknown color: approx Navy Blue. HEX triplet: 0A, 77 and D4. RGB value is (10,119,212). Sum of RGB (Red+Green+Blue) = 10+119+212=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #0A77D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A77D4 is #F5882B. Grayscale: #606060. Windows color (decimal): -16091180 or 13924106. OLE color: 13924106.

HSL color Cylindrical-coordinate representation of color #0A77D4: hue angle of 207.62º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A77D4 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10119212-
CMYK0.950.4400.17
HSL207.62º90.99%43.53%-
HSV(B)207.62º95.28%83.14%-
XYZ18.6118.0164.78-
YUV97.01192.8965.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.93%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 212 (83.20% from 255) = 62.17%
R=2.93%
G=34.90%
B=62.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101192120.950.4400.17207.6290.9943.53
HexA77D45F2C011d05b2c
Octal121673241375402132013354
Binary10101110111110101001011111101100010001110100001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A77D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,212); }

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

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

 a { background-color: rgb(10,119,212); }

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

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

 span { border-color: rgb(10,119,212); }

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