Html Css Color HEX #061057 Sapphire

📋 copy color: '#061057'

red 6 ◦ green 16 ◦ blue 87

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

Shades of Sapphire #061057

Tints of Sapphire #061057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 79.82%

R = 5.5%
G = 14.68%
B = 79.82%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#061057 (or 0x061057) is known color: Sapphire. HEX triplet: 06, 10 and 57. RGB value is (6,16,87). Sum of RGB (Red+Green+Blue) = 6+16+87=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #061057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061057 is #F9EFA8. Grayscale: #141414. Windows color (decimal): -16379817 or 5705734. OLE color: 5705734.

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

Color convert

RGB 6 16 87 -
CMYK 0.93 0.82 0 0.66
HSL 232.59º 0.87% 0.18% -
HSV(B) 232.59º 0.93% 0.34% -
XYZ 1.98 1.1 9.12 -
YUV 21.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 6 16 87 0.93 0.82 0 0.66 232.59 0.87 0.18
Hex 6 10 57 5D 52 0 42 E9 57 12
Octal 6 20 127 135 122 0 102 351 127 22
Binary 110 10000 1010111 1011101 1010010 0 1000010 11101001 1010111 10010

Color Harmonies of #061057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061057

Black with #061057

Text Example


Text Example

White with #061057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061057; }

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

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

background-color css

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

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

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

border-color css

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

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

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