Html Css Color HEX #060075 Navy

📋 copy color: '#060075'

red 6 ◦ green 0 ◦ blue 117

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

Shades of Navy #060075

Tints of Navy #060075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 95.12%

R = 4.88%
G = 0%
B = 95.12%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#060075 (or 0x060075) is known color: Navy. HEX triplet: 06, 00 and 75. RGB value is (6,0,117). Sum of RGB (Red+Green+Blue) = 6+0+117=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 117 (46.09% from 255 or 95.12% from 123); Max value from RGB is 117 - color contains mainly: blue. Hex color #060075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060075 is #F9FF8A. Grayscale: #0E0E0E. Windows color (decimal): -16383883 or 7667718. OLE color: 7667718.

HSL color Cylindrical-coordinate representation of color #060075: hue angle of 243.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060075 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 0 117 -
CMYK 0.95 1 0 0.54
HSL 243.08º 1% 0.23% -
HSV(B) 243.08º 1% 0.46% -
XYZ 3.29 1.32 16.91 -
YUV 15.13 185.49 121.49 -
System Red Green Blue C M Y K H S L
Decimal 6 0 117 0.95 1 0 0.54 243.08 1 0.23
Hex 6 0 75 5F 64 0 36 F3 64 17
Octal 6 0 165 137 144 0 66 363 144 27
Binary 110 0 1110101 1011111 1100100 0 110110 11110011 1100100 10111

Color Harmonies of #060075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060075

Black with #060075

Text Example


Text Example

White with #060075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060075; }

 p { color: rgb(6,0,117); }

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

background-color css

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

 a { background-color: rgb(6,0,117); }

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

border-color css

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

 span { border-color: rgb(6,0,117); }

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