Html Css Color HEX #061160 Sapphire

📋 copy color: '#061160'

red 6 ◦ green 17 ◦ blue 96

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

Shades of Sapphire #061160

Tints of Sapphire #061160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.29%

 BLUE value IS 96 (37.89% from 255) = 80.67%

R = 5.04%
G = 14.29%
B = 80.67%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061160 (or 0x061160) is known color: Sapphire. HEX triplet: 06, 11 and 60. RGB value is (6,17,96). Sum of RGB (Red+Green+Blue) = 6+17+96=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #061160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061160 is #F9EE9F. Grayscale: #161616. Windows color (decimal): -16379552 or 6295814. OLE color: 6295814.

HSL color Cylindrical-coordinate representation of color #061160: hue angle of 232.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061160 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 17 96 -
CMYK 0.94 0.82 0 0.62
HSL 232.67º 0.88% 0.2% -
HSV(B) 232.67º 0.94% 0.38% -
XYZ 2.39 1.28 11.19 -
YUV 22.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 6 17 96 0.94 0.82 0 0.62 232.67 0.88 0.2
Hex 6 11 60 5E 52 0 3E E9 58 14
Octal 6 21 140 136 122 0 76 351 130 24
Binary 110 10001 1100000 1011110 1010010 0 111110 11101001 1011000 10100

Color Harmonies of #061160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061160

Black with #061160

Text Example


Text Example

White with #061160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061160; }

 p { color: rgb(6,17,96); }

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

background-color css

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

 a { background-color: rgb(6,17,96); }

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

border-color css

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

 span { border-color: rgb(6,17,96); }

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