Html Css Color HEX #030172 Navy

📋 copy color: '#030172'

red 3 ◦ green 1 ◦ blue 114

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

Shades of Navy #030172

Tints of Navy #030172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 2.54%
G = 0.85%
B = 96.61%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030172 (or 0x030172) is known color: Navy. HEX triplet: 03, 01 and 72. RGB value is (3,1,114). Sum of RGB (Red+Green+Blue) = 3+1+114=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 114 (44.92% from 255 or 96.61% from 118); Max value from RGB is 114 - color contains mainly: blue. Hex color #030172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030172 is #FCFE8D. Grayscale: #0E0E0E. Windows color (decimal): -16580238 or 7471363. OLE color: 7471363.

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

Color convert

RGB 3 1 114 -
CMYK 0.97 0.99 0 0.55
HSL 241.06º 0.98% 0.23% -
HSV(B) 241.06º 0.99% 0.45% -
XYZ 3.09 1.26 16 -
YUV 14.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 3 1 114 0.97 0.99 0 0.55 241.06 0.98 0.23
Hex 3 1 72 61 63 0 37 F1 62 17
Octal 3 1 162 141 143 0 67 361 142 27
Binary 11 1 1110010 1100001 1100011 0 110111 11110001 1100010 10111

Color Harmonies of #030172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030172

Black with #030172

Text Example


Text Example

White with #030172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030172; }

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

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

background-color css

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

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

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

border-color css

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

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

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