Html Css Color HEX #070268 Navy

📋 copy color: '#070268'

red 7 ◦ green 2 ◦ blue 104

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

Shades of Navy #070268

Tints of Navy #070268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 92.04%

R = 6.19%
G = 1.77%
B = 92.04%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#070268 (or 0x070268) is known color: Navy. HEX triplet: 07, 02 and 68. RGB value is (7,2,104). Sum of RGB (Red+Green+Blue) = 7+2+104=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 104 (41.02% from 255 or 92.04% from 113); Max value from RGB is 104 - color contains mainly: blue. Hex color #070268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070268 is #F8FD97. Grayscale: #0E0E0E. Windows color (decimal): -16317848 or 6816263. OLE color: 6816263.

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

Color convert

RGB 7 2 104 -
CMYK 0.93 0.98 0 0.59
HSL 242.94º 0.96% 0.21% -
HSV(B) 242.94º 0.98% 0.41% -
XYZ 2.61 1.09 13.17 -
YUV 15.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 7 2 104 0.93 0.98 0 0.59 242.94 0.96 0.21
Hex 7 2 68 5D 62 0 3B F3 60 15
Octal 7 2 150 135 142 0 73 363 140 25
Binary 111 10 1101000 1011101 1100010 0 111011 11110011 1100000 10101

Color Harmonies of #070268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070268

Black with #070268

Text Example


Text Example

White with #070268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070268; }

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

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

background-color css

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

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

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

border-color css

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

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

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