Html Css Color HEX #030372 Navy

📋 copy color: '#030372'

red 3 ◦ green 3 ◦ blue 114

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

Shades of Navy #030372

Tints of Navy #030372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 95%

R = 2.5%
G = 2.5%
B = 95%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030372 (or 0x030372) is known color: Navy. HEX triplet: 03, 03 and 72. RGB value is (3,3,114). Sum of RGB (Red+Green+Blue) = 3+3+114=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 114 (44.92% from 255 or 95% from 120); Max value from RGB is 114 - color contains mainly: blue. Hex color #030372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030372 is #FCFC8D. Grayscale: #0F0F0F. Windows color (decimal): -16579726 or 7471875. OLE color: 7471875.

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

Color convert

RGB 3 3 114 -
CMYK 0.97 0.97 0 0.55
HSL 240º 0.95% 0.23% -
HSV(B) 240º 0.97% 0.45% -
XYZ 3.11 1.3 16.01 -
YUV 15.65 183.5 118.97 -
System Red Green Blue C M Y K H S L
Decimal 3 3 114 0.97 0.97 0 0.55 240 0.95 0.23
Hex 3 3 72 61 61 0 37 F0 5F 17
Octal 3 3 162 141 141 0 67 360 137 27
Binary 11 11 1110010 1100001 1100001 0 110111 11110000 1011111 10111

Color Harmonies of #030372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030372

Black with #030372

Text Example


Text Example

White with #030372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030372; }

 p { color: rgb(3,3,114); }

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

background-color css

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

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

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

border-color css

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

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

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