Html Css Color HEX #060165 Navy

📋 copy color: '#060165'

red 6 ◦ green 1 ◦ blue 101

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

Shades of Navy #060165

Tints of Navy #060165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 93.52%

R = 5.56%
G = 0.93%
B = 93.52%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#060165 (or 0x060165) is known color: Navy. HEX triplet: 06, 01 and 65. RGB value is (6,1,101). Sum of RGB (Red+Green+Blue) = 6+1+101=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 101 (39.84% from 255 or 93.52% from 108); Max value from RGB is 101 - color contains mainly: blue. Hex color #060165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060165 is #F9FE9A. Grayscale: #0D0D0D. Windows color (decimal): -16383643 or 6619398. OLE color: 6619398.

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

Color convert

RGB 6 1 101 -
CMYK 0.94 0.99 0 0.60
HSL 243º 0.98% 0.2% -
HSV(B) 243º 0.99% 0.4% -
XYZ 2.43 1 12.38 -
YUV 13.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 6 1 101 0.94 0.99 0 0.60 243 0.98 0.2
Hex 6 1 65 5E 63 0 3C F3 62 14
Octal 6 1 145 136 143 0 74 363 142 24
Binary 110 1 1100101 1011110 1100011 0 111100 11110011 1100010 10100

Color Harmonies of #060165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060165

Black with #060165

Text Example


Text Example

White with #060165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060165; }

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

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

background-color css

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

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

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

border-color css

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

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

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