Html Css Color HEX #060172 Navy

📋 copy color: '#060172'

red 6 ◦ green 1 ◦ blue 114

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

Shades of Navy #060172

Tints of Navy #060172

RGB

 RED value IS 6 (2.73% from 255) = 4.96%

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

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

R = 4.96%
G = 0.83%
B = 94.21%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#060172 (or 0x060172) is known color: Navy. HEX triplet: 06, 01 and 72. RGB value is (6,1,114). Sum of RGB (Red+Green+Blue) = 6+1+114=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 114 (44.92% from 255 or 94.21% from 121); Max value from RGB is 114 - color contains mainly: blue. Hex color #060172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060172 is #F9FE8D. Grayscale: #0E0E0E. Windows color (decimal): -16383630 or 7471366. OLE color: 7471366.

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

Color convert

RGB 6 1 114 -
CMYK 0.95 0.99 0 0.55
HSL 242.65º 0.98% 0.23% -
HSV(B) 242.65º 0.99% 0.45% -
XYZ 3.12 1.28 16 -
YUV 15.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 6 1 114 0.95 0.99 0 0.55 242.65 0.98 0.23
Hex 6 1 72 5F 63 0 37 F3 62 17
Octal 6 1 162 137 143 0 67 363 142 27
Binary 110 1 1110010 1011111 1100011 0 110111 11110011 1100010 10111

Color Harmonies of #060172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060172

Black with #060172

Text Example


Text Example

White with #060172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060172; }

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

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

background-color css

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

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

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

border-color css

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

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

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