Html Css Color HEX #07036F Navy

📋 copy color: '#07036F'

red 7 ◦ green 3 ◦ blue 111

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

Shades of Navy #07036F

Tints of Navy #07036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

 BLUE value IS 111 (43.75% from 255) = 91.74%

R = 5.79%
G = 2.48%
B = 91.74%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07036F (or 0x07036F) is known color: Navy. HEX triplet: 07, 03 and 6F. RGB value is (7,3,111). Sum of RGB (Red+Green+Blue) = 7+3+111=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 111 (43.75% from 255 or 91.74% from 121); Max value from RGB is 111 - color contains mainly: blue. Hex color #07036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07036F is #F8FC90. Grayscale: #101010. Windows color (decimal): -16317585 or 7275271. OLE color: 7275271.

HSL color Cylindrical-coordinate representation of color #07036F: hue angle of 242.22º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07036F is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 3 111 -
CMYK 0.94 0.97 0 0.56
HSL 242.22º 0.95% 0.22% -
HSV(B) 242.22º 0.97% 0.44% -
XYZ 2.99 1.26 15.12 -
YUV 16.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 7 3 111 0.94 0.97 0 0.56 242.22 0.95 0.22
Hex 7 3 6F 5E 61 0 38 F2 5F 16
Octal 7 3 157 136 141 0 70 362 137 26
Binary 111 11 1101111 1011110 1100001 0 111000 11110010 1011111 10110

Color Harmonies of #07036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07036F

Black with #07036F

Text Example


Text Example

White with #07036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,3,111); }

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

background-color css

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

 a { background-color: rgb(7,3,111); }

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

border-color css

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

 span { border-color: rgb(7,3,111); }

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