Html Css Color HEX #070263 Navy

📋 copy color: '#070263'

red 7 ◦ green 2 ◦ blue 99

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

Shades of Navy #070263

Tints of Navy #070263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 91.67%

R = 6.48%
G = 1.85%
B = 91.67%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#070263 (or 0x070263) is known color: Navy. HEX triplet: 07, 02 and 63. RGB value is (7,2,99). Sum of RGB (Red+Green+Blue) = 7+2+99=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #070263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070263 is #F8FD9C. Grayscale: #0E0E0E. Windows color (decimal): -16317853 or 6488583. OLE color: 6488583.

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

Color convert

RGB 7 2 99 -
CMYK 0.93 0.98 0 0.61
HSL 243.09º 0.96% 0.2% -
HSV(B) 243.09º 0.98% 0.39% -
XYZ 2.36 0.99 11.87 -
YUV 14.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 7 2 99 0.93 0.98 0 0.61 243.09 0.96 0.2
Hex 7 2 63 5D 62 0 3D F3 60 14
Octal 7 2 143 135 142 0 75 363 140 24
Binary 111 10 1100011 1011101 1100010 0 111101 11110011 1100000 10100

Color Harmonies of #070263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070263

Black with #070263

Text Example


Text Example

White with #070263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070263; }

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

 H1.HeaderClassName
 {
   color: #070263;
 }
 .AnyTagClassName
 {
   color: #070263;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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