Html Css Color HEX #07036D Navy

📋 copy color: '#07036D'

red 7 ◦ green 3 ◦ blue 109

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

Shades of Navy #07036D

Tints of Navy #07036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 91.6%

R = 5.88%
G = 2.52%
B = 91.6%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07036D (or 0x07036D) is known color: Navy. HEX triplet: 07, 03 and 6D. RGB value is (7,3,109). Sum of RGB (Red+Green+Blue) = 7+3+109=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 109 (42.97% from 255 or 91.60% from 119); Max value from RGB is 109 - color contains mainly: blue. Hex color #07036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07036D is #F8FC92. Grayscale: #0F0F0F. Windows color (decimal): -16317587 or 7144199. OLE color: 7144199.

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

Color convert

RGB 7 3 109 -
CMYK 0.94 0.97 0 0.57
HSL 242.26º 0.95% 0.22% -
HSV(B) 242.26º 0.97% 0.43% -
XYZ 2.88 1.21 14.55 -
YUV 16.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 7 3 109 0.94 0.97 0 0.57 242.26 0.95 0.22
Hex 7 3 6D 5E 61 0 39 F2 5F 16
Octal 7 3 155 136 141 0 71 362 137 26
Binary 111 11 1101101 1011110 1100001 0 111001 11110010 1011111 10110

Color Harmonies of #07036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07036D

Black with #07036D

Text Example


Text Example

White with #07036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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