Html Css Color HEX #070266 Navy

📋 copy color: '#070266'

red 7 ◦ green 2 ◦ blue 102

#070266
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #070266

Tints of Navy #070266

RGB

 RED value IS 7 (3.13% from 255) = 6.31%

 GREEN value IS 2 (1.17% from 255) = 1.8%

 BLUE value IS 102 (40.23% from 255) = 91.89%

R = 6.31%
G = 1.8%
B = 91.89%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#070266 (or 0x070266) is known color: 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

RGB 7 2 102 -
CMYK 0.93 0.98 0 0.6
HSL 243º 0.96% 0.2% -
HSV(B) 243º 0.98% 0.4% -
XYZ 2.51 1.05 12.64 -
YUV 14.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 7 2 102 0.93 0.98 0 0.6 243 0.96 0.2
Hex 7 2 66 5D 62 0 3C F3 60 14
Octal 7 2 146 135 142 0 74 363 140 24
Binary 111 10 1100110 1011101 1100010 0 111100 11110011 1100000 10100

Color Harmonies of #070266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070266

Black with #070266

Text Example


Text Example

White with #070266

Text Example


Text Example

HTML Codes & Css Web 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>