Html Css Color HEX #07005F Navy

📋 copy color: '#07005F'

red 7 ◦ green 0 ◦ blue 95

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

Shades of Navy #07005F

Tints of Navy #07005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 93.14%

R = 6.86%
G = 0%
B = 93.14%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07005F (or 0x07005F) is known color: Navy. HEX triplet: 07, 00 and 5F. RGB value is (7,0,95). Sum of RGB (Red+Green+Blue) = 7+0+95=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 95 (37.5% from 255 or 93.14% from 102); Max value from RGB is 95 - color contains mainly: blue. Hex color #07005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07005F is #F8FFA0. Grayscale: #0C0C0C. Windows color (decimal): -16318369 or 6225927. OLE color: 6225927.

HSL color Cylindrical-coordinate representation of color #07005F: hue angle of 244.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07005F is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 0 95 -
CMYK 0.93 1 0 0.63
HSL 244.42º 1% 0.19% -
HSV(B) 244.42º 1% 0.37% -
XYZ 2.15 0.87 10.88 -
YUV 12.92 174.32 123.78 -
System Red Green Blue C M Y K H S L
Decimal 7 0 95 0.93 1 0 0.63 244.42 1 0.19
Hex 7 0 5F 5D 64 0 3F F4 64 13
Octal 7 0 137 135 144 0 77 364 144 23
Binary 111 0 1011111 1011101 1100100 0 111111 11110100 1100100 10011

Color Harmonies of #07005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07005F

Black with #07005F

Text Example


Text Example

White with #07005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07005F; }

 p { color: rgb(7,0,95); }

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

background-color css

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

 a { background-color: rgb(7,0,95); }

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

border-color css

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

 span { border-color: rgb(7,0,95); }

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