Html Css Color HEX #070167 Navy

📋 copy color: '#070167'

red 7 ◦ green 1 ◦ blue 103

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

Shades of Navy #070167

Tints of Navy #070167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.9%

 BLUE value IS 103 (40.63% from 255) = 92.79%

R = 6.31%
G = 0.9%
B = 92.79%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#070167 (or 0x070167) is known color: Navy. HEX triplet: 07, 01 and 67. RGB value is (7,1,103). Sum of RGB (Red+Green+Blue) = 7+1+103=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 103 (40.62% from 255 or 92.79% from 111); Max value from RGB is 103 - color contains mainly: blue. Hex color #070167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070167 is #F8FE98. Grayscale: #0E0E0E. Windows color (decimal): -16318105 or 6750471. OLE color: 6750471.

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

Color convert

RGB 7 1 103 -
CMYK 0.93 0.99 0 0.60
HSL 243.53º 0.98% 0.2% -
HSV(B) 243.53º 0.99% 0.4% -
XYZ 2.55 1.05 12.9 -
YUV 14.42 177.99 122.71 -
System Red Green Blue C M Y K H S L
Decimal 7 1 103 0.93 0.99 0 0.60 243.53 0.98 0.2
Hex 7 1 67 5D 63 0 3C F4 62 14
Octal 7 1 147 135 143 0 74 364 142 24
Binary 111 1 1100111 1011101 1100011 0 111100 11110100 1100010 10100

Color Harmonies of #070167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070167

Black with #070167

Text Example


Text Example

White with #070167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070167; }

 p { color: rgb(7,1,103); }

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

background-color css

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

 a { background-color: rgb(7,1,103); }

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

border-color css

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

 span { border-color: rgb(7,1,103); }

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