Html Css Color HEX #060074 Navy

📋 copy color: '#060074'

red 6 ◦ green 0 ◦ blue 116

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

Shades of Navy #060074

Tints of Navy #060074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 95.08%

R = 4.92%
G = 0%
B = 95.08%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#060074 (or 0x060074) is known color: Navy. HEX triplet: 06, 00 and 74. RGB value is (6,0,116). Sum of RGB (Red+Green+Blue) = 6+0+116=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 116 (45.70% from 255 or 95.08% from 122); Max value from RGB is 116 - color contains mainly: blue. Hex color #060074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060074 is #F9FF8B. Grayscale: #0E0E0E. Windows color (decimal): -16383884 or 7602182. OLE color: 7602182.

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

Color convert

RGB 6 0 116 -
CMYK 0.95 1 0 0.55
HSL 243.1º 1% 0.23% -
HSV(B) 243.1º 1% 0.45% -
XYZ 3.23 1.3 16.6 -
YUV 15.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 6 0 116 0.95 1 0 0.55 243.1 1 0.23
Hex 6 0 74 5F 64 0 37 F3 64 17
Octal 6 0 164 137 144 0 67 363 144 27
Binary 110 0 1110100 1011111 1100100 0 110111 11110011 1100100 10111

Color Harmonies of #060074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060074

Black with #060074

Text Example


Text Example

White with #060074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060074; }

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

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

background-color css

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

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

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

border-color css

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

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

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