Html Css Color HEX #060163 Navy

📋 copy color: '#060163'

red 6 ◦ green 1 ◦ blue 99

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

Shades of Navy #060163

Tints of Navy #060163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 93.4%

R = 5.66%
G = 0.94%
B = 93.4%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#060163 (or 0x060163) is known color: Navy. HEX triplet: 06, 01 and 63. RGB value is (6,1,99). Sum of RGB (Red+Green+Blue) = 6+1+99=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 99 (39.06% from 255 or 93.40% from 106); Max value from RGB is 99 - color contains mainly: blue. Hex color #060163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060163 is #F9FE9C. Grayscale: #0D0D0D. Windows color (decimal): -16383645 or 6488326. OLE color: 6488326.

HSL color Cylindrical-coordinate representation of color #060163: hue angle of 243.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060163 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 1 99 -
CMYK 0.94 0.99 0 0.61
HSL 243.06º 0.98% 0.2% -
HSV(B) 243.06º 0.99% 0.39% -
XYZ 2.34 0.96 11.87 -
YUV 13.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 6 1 99 0.94 0.99 0 0.61 243.06 0.98 0.2
Hex 6 1 63 5E 63 0 3D F3 62 14
Octal 6 1 143 136 143 0 75 363 142 24
Binary 110 1 1100011 1011110 1100011 0 111101 11110011 1100010 10100

Color Harmonies of #060163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060163

Black with #060163

Text Example


Text Example

White with #060163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060163; }

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

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

background-color css

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

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

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

border-color css

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

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

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