Html Css Color HEX #061056 Sapphire

📋 copy color: '#061056'

red 6 ◦ green 16 ◦ blue 86

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

Shades of Sapphire #061056

Tints of Sapphire #061056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 79.63%

R = 5.56%
G = 14.81%
B = 79.63%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#061056 (or 0x061056) is known color: Sapphire. HEX triplet: 06, 10 and 56. RGB value is (6,16,86). Sum of RGB (Red+Green+Blue) = 6+16+86=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #061056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061056 is #F9EFA9. Grayscale: #141414. Windows color (decimal): -16379818 or 5640198. OLE color: 5640198.

HSL color Cylindrical-coordinate representation of color #061056: hue angle of 232.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061056 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 16 86 -
CMYK 0.93 0.81 0 0.66
HSL 232.5º 0.87% 0.18% -
HSV(B) 232.5º 0.93% 0.34% -
XYZ 1.94 1.08 8.91 -
YUV 20.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 6 16 86 0.93 0.81 0 0.66 232.5 0.87 0.18
Hex 6 10 56 5D 51 0 42 E8 57 12
Octal 6 20 126 135 121 0 102 350 127 22
Binary 110 10000 1010110 1011101 1010001 0 1000010 11101000 1010111 10010

Color Harmonies of #061056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061056

Black with #061056

Text Example


Text Example

White with #061056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061056; }

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

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

background-color css

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

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

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

border-color css

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

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

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