Html Css Color HEX #030673 Navy

📋 copy color: '#030673'

red 3 ◦ green 6 ◦ blue 115

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

Shades of Navy #030673

Tints of Navy #030673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

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

R = 2.42%
G = 4.84%
B = 92.74%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030673 (or 0x030673) is known color: Navy. HEX triplet: 03, 06 and 73. RGB value is (3,6,115). Sum of RGB (Red+Green+Blue) = 3+6+115=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #030673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030673 is #FCF98C. Grayscale: #111111. Windows color (decimal): -16578957 or 7538179. OLE color: 7538179.

HSL color Cylindrical-coordinate representation of color #030673: hue angle of 238.39º 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 #030673 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 6 115 -
CMYK 0.97 0.95 0 0.55
HSL 238.39º 0.95% 0.23% -
HSV(B) 238.39º 0.97% 0.45% -
XYZ 3.2 1.39 16.32 -
YUV 17.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 3 6 115 0.97 0.95 0 0.55 238.39 0.95 0.23
Hex 3 6 73 61 5F 0 37 EE 5F 17
Octal 3 6 163 141 137 0 67 356 137 27
Binary 11 110 1110011 1100001 1011111 0 110111 11101110 1011111 10111

Color Harmonies of #030673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030673

Black with #030673

Text Example


Text Example

White with #030673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030673; }

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

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

background-color css

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

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

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

border-color css

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

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

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