Html Css Color HEX #061159 Sapphire

📋 copy color: '#061159'

red 6 ◦ green 17 ◦ blue 89

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

Shades of Sapphire #061159

Tints of Sapphire #061159

RGB

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

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

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

R = 5.36%
G = 15.18%
B = 79.46%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#061159 (or 0x061159) is known color: Sapphire. HEX triplet: 06, 11 and 59. RGB value is (6,17,89). Sum of RGB (Red+Green+Blue) = 6+17+89=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #061159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061159 is #F9EEA6. Grayscale: #151515. Windows color (decimal): -16379559 or 5837062. OLE color: 5837062.

HSL color Cylindrical-coordinate representation of color #061159: hue angle of 232.05º 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 #061159 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 17 89 -
CMYK 0.93 0.81 0 0.65
HSL 232.05º 0.87% 0.19% -
HSV(B) 232.05º 0.93% 0.35% -
XYZ 2.08 1.16 9.57 -
YUV 21.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 6 17 89 0.93 0.81 0 0.65 232.05 0.87 0.19
Hex 6 11 59 5D 51 0 41 E8 57 13
Octal 6 21 131 135 121 0 101 350 127 23
Binary 110 10001 1011001 1011101 1010001 0 1000001 11101000 1010111 10011

Color Harmonies of #061159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061159

Black with #061159

Text Example


Text Example

White with #061159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061159; }

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

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

background-color css

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

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

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

border-color css

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

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

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