Html Css Color HEX #060169 Navy

📋 copy color: '#060169'

red 6 ◦ green 1 ◦ blue 105

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

Shades of Navy #060169

Tints of Navy #060169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 93.75%

R = 5.36%
G = 0.89%
B = 93.75%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#060169 (or 0x060169) is known color: Navy. HEX triplet: 06, 01 and 69. RGB value is (6,1,105). Sum of RGB (Red+Green+Blue) = 6+1+105=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #060169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060169 is #F9FE96. Grayscale: #0D0D0D. Windows color (decimal): -16383639 or 6881542. OLE color: 6881542.

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

Color convert

RGB 6 1 105 -
CMYK 0.94 0.99 0 0.59
HSL 242.88º 0.98% 0.21% -
HSV(B) 242.88º 0.99% 0.41% -
XYZ 2.64 1.08 13.43 -
YUV 14.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 6 1 105 0.94 0.99 0 0.59 242.88 0.98 0.21
Hex 6 1 69 5E 63 0 3B F3 62 15
Octal 6 1 151 136 143 0 73 363 142 25
Binary 110 1 1101001 1011110 1100011 0 111011 11110011 1100010 10101

Color Harmonies of #060169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060169

Black with #060169

Text Example


Text Example

White with #060169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060169; }

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

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

background-color css

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

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

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

border-color css

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

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

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