#070266

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

Shades of Navy #070266

Tints of Navy #070266

Color information

#070266 (or 0x070266) is unknown color: approx Navy. HEX triplet: 07, 02 and 66. RGB value is (7,2,102). Sum of RGB (Red+Green+Blue) = 7+2+102=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 102 (40.23% from 255 or 91.89% from 111); Max value from RGB is 102 - color contains mainly: blue. Hex color #070266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070266 is #F8FD99. Grayscale: #0E0E0E. Windows color (decimal): -16317850 or 6685191. OLE color: 6685191.

HSL color Cylindrical-coordinate representation of color #070266: hue angle of 243º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070266 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB72102-
CMYK0.930.9800.6
HSL243º96.15%20.39%-
HSV(B)243º98.04%40%-
XYZ2.511.0512.64-
YUV14.9177.16122.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 102 (40.23% from 255) = 91.89%
R=6.31%
G=1.80%
B=91.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal721020.930.9800.624396.1520.39
Hex72665D6203Cf36014
Octal7214613514207436314024
Binary11110110011010111011100010011110011110011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070266; }

 p { color: rgb(7,2,102); }

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

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

 a { background-color: rgb(7,2,102); }

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

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

 span { border-color: rgb(7,2,102); }

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