Html Css Color HEX #030773 Navy

📋 copy color: '#030773'

red 3 ◦ green 7 ◦ blue 115

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

Shades of Navy #030773

Tints of Navy #030773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 92%

R = 2.4%
G = 5.6%
B = 92%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030773 (or 0x030773) is known color: Navy. HEX triplet: 03, 07 and 73. RGB value is (3,7,115). Sum of RGB (Red+Green+Blue) = 3+7+115=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 115 (45.31% from 255 or 92% from 125); Max value from RGB is 115 - color contains mainly: blue. Hex color #030773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030773 is #FCF88C. Grayscale: #111111. Windows color (decimal): -16578701 or 7538435. OLE color: 7538435.

HSL color Cylindrical-coordinate representation of color #030773: hue angle of 237.86º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030773 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 7 115 -
CMYK 0.97 0.94 0 0.55
HSL 237.86º 0.95% 0.23% -
HSV(B) 237.86º 0.97% 0.45% -
XYZ 3.21 1.41 16.32 -
YUV 18.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 3 7 115 0.97 0.94 0 0.55 237.86 0.95 0.23
Hex 3 7 73 61 5E 0 37 EE 5F 17
Octal 3 7 163 141 136 0 67 356 137 27
Binary 11 111 1110011 1100001 1011110 0 110111 11101110 1011111 10111

Color Harmonies of #030773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030773

Black with #030773

Text Example


Text Example

White with #030773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030773; }

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

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

background-color css

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

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

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

border-color css

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

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

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