Html Css Color HEX #070885 Navy

📋 copy color: '#070885'

red 7 ◦ green 8 ◦ blue 133

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

Shades of Navy #070885

Tints of Navy #070885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

 BLUE value IS 133 (52.34% from 255) = 89.86%

R = 4.73%
G = 5.41%
B = 89.86%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#070885 (or 0x070885) is known color: Navy. HEX triplet: 07, 08 and 85. RGB value is (7,8,133). Sum of RGB (Red+Green+Blue) = 7+8+133=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 133 (52.34% from 255 or 89.86% from 148); Max value from RGB is 133 - color contains mainly: blue. Hex color #070885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070885 is #F8F77A. Grayscale: #151515. Windows color (decimal): -16316283 or 8718343. OLE color: 8718343.

HSL color Cylindrical-coordinate representation of color #070885: hue angle of 239.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070885 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 8 133 -
CMYK 0.95 0.94 0 0.48
HSL 239.52º 0.9% 0.27% -
HSV(B) 239.52º 0.95% 0.52% -
XYZ 4.41 1.91 22.33 -
YUV 21.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 7 8 133 0.95 0.94 0 0.48 239.52 0.9 0.27
Hex 7 8 85 5F 5E 0 30 F0 5A 1B
Octal 7 10 205 137 136 0 60 360 132 33
Binary 111 1000 10000101 1011111 1011110 0 110000 11110000 1011010 11011

Color Harmonies of #070885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070885

Black with #070885

Text Example


Text Example

White with #070885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070885; }

 p { color: rgb(7,8,133); }

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

background-color css

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

 a { background-color: rgb(7,8,133); }

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

border-color css

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

 span { border-color: rgb(7,8,133); }

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