Html Css Color HEX #060781 Navy

📋 copy color: '#060781'

red 6 ◦ green 7 ◦ blue 129

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

Shades of Navy #060781

Tints of Navy #060781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.93%

 BLUE value IS 129 (50.78% from 255) = 90.85%

R = 4.23%
G = 4.93%
B = 90.85%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#060781 (or 0x060781) is known color: Navy. HEX triplet: 06, 07 and 81. RGB value is (6,7,129). Sum of RGB (Red+Green+Blue) = 6+7+129=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 129 (50.78% from 255 or 90.85% from 142); Max value from RGB is 129 - color contains mainly: blue. Hex color #060781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060781 is #F9F87E. Grayscale: #141414. Windows color (decimal): -16382079 or 8455942. OLE color: 8455942.

HSL color Cylindrical-coordinate representation of color #060781: hue angle of 239.51º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060781 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 7 129 -
CMYK 0.95 0.95 0 0.49
HSL 239.51º 0.91% 0.26% -
HSV(B) 239.51º 0.95% 0.51% -
XYZ 4.11 1.78 20.89 -
YUV 20.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 6 7 129 0.95 0.95 0 0.49 239.51 0.91 0.26
Hex 6 7 81 5F 5F 0 31 F0 5B 1A
Octal 6 7 201 137 137 0 61 360 133 32
Binary 110 111 10000001 1011111 1011111 0 110001 11110000 1011011 11010

Color Harmonies of #060781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060781

Black with #060781

Text Example


Text Example

White with #060781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060781; }

 p { color: rgb(6,7,129); }

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

background-color css

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

 a { background-color: rgb(6,7,129); }

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

border-color css

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

 span { border-color: rgb(6,7,129); }

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