Html Css Color HEX #061059 Sapphire

📋 copy color: '#061059'

red 6 ◦ green 16 ◦ blue 89

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

Shades of Sapphire #061059

Tints of Sapphire #061059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.41%

 BLUE value IS 89 (35.16% from 255) = 80.18%

R = 5.41%
G = 14.41%
B = 80.18%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061059 (or 0x061059) is known color: Sapphire. HEX triplet: 06, 10 and 59. RGB value is (6,16,89). Sum of RGB (Red+Green+Blue) = 6+16+89=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 89 (35.16% from 255 or 80.18% from 111); Max value from RGB is 89 - color contains mainly: blue. Hex color #061059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061059 is #F9EFA6. Grayscale: #151515. Windows color (decimal): -16379815 or 5836806. OLE color: 5836806.

HSL color Cylindrical-coordinate representation of color #061059: hue angle of 232.77º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061059 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 16 89 -
CMYK 0.93 0.82 0 0.65
HSL 232.77º 0.87% 0.19% -
HSV(B) 232.77º 0.93% 0.35% -
XYZ 2.06 1.13 9.56 -
YUV 21.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 6 16 89 0.93 0.82 0 0.65 232.77 0.87 0.19
Hex 6 10 59 5D 52 0 41 E9 57 13
Octal 6 20 131 135 122 0 101 351 127 23
Binary 110 10000 1011001 1011101 1010010 0 1000001 11101001 1010111 10011

Color Harmonies of #061059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061059

Black with #061059

Text Example


Text Example

White with #061059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061059; }

 p { color: rgb(6,16,89); }

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

background-color css

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

 a { background-color: rgb(6,16,89); }

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

border-color css

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

 span { border-color: rgb(6,16,89); }

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