Html Css Color HEX #060876 Navy

📋 copy color: '#060876'

red 6 ◦ green 8 ◦ blue 118

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

Shades of Navy #060876

Tints of Navy #060876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 118 (46.48% from 255) = 89.39%

R = 4.55%
G = 6.06%
B = 89.39%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#060876 (or 0x060876) is known color: Navy. HEX triplet: 06, 08 and 76. RGB value is (6,8,118). Sum of RGB (Red+Green+Blue) = 6+8+118=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #060876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060876 is #F9F789. Grayscale: #131313. Windows color (decimal): -16381834 or 7735302. OLE color: 7735302.

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

Color convert

RGB 6 8 118 -
CMYK 0.95 0.93 0 0.54
HSL 238.93º 0.9% 0.24% -
HSV(B) 238.93º 0.95% 0.46% -
XYZ 3.43 1.52 17.25 -
YUV 19.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 6 8 118 0.95 0.93 0 0.54 238.93 0.9 0.24
Hex 6 8 76 5F 5D 0 36 EF 5A 18
Octal 6 10 166 137 135 0 66 357 132 30
Binary 110 1000 1110110 1011111 1011101 0 110110 11101111 1011010 11000

Color Harmonies of #060876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060876

Black with #060876

Text Example


Text Example

White with #060876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060876; }

 p { color: rgb(6,8,118); }

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

background-color css

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

 a { background-color: rgb(6,8,118); }

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

border-color css

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

 span { border-color: rgb(6,8,118); }

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