Html Css Color HEX #03076D Navy

📋 copy color: '#03076D'

red 3 ◦ green 7 ◦ blue 109

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

Shades of Navy #03076D

Tints of Navy #03076D

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03076D (or 0x03076D) is known color: Navy. HEX triplet: 03, 07 and 6D. RGB value is (3,7,109). Sum of RGB (Red+Green+Blue) = 3+7+109=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 7 (3.12% from 255 or 5.88% 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 #03076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03076D is #FCF892. Grayscale: #111111. Windows color (decimal): -16578707 or 7145219. OLE color: 7145219.

HSL color Cylindrical-coordinate representation of color #03076D: hue angle of 237.74º 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 #03076D is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 7 109 -
CMYK 0.97 0.94 0 0.57
HSL 237.74º 0.95% 0.22% -
HSV(B) 237.74º 0.97% 0.43% -
XYZ 2.87 1.28 14.56 -
YUV 17.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 3 7 109 0.97 0.94 0 0.57 237.74 0.95 0.22
Hex 3 7 6D 61 5E 0 39 EE 5F 16
Octal 3 7 155 141 136 0 71 356 137 26
Binary 11 111 1101101 1100001 1011110 0 111001 11101110 1011111 10110

Color Harmonies of #03076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03076D

Black with #03076D

Text Example


Text Example

White with #03076D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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