#061357

Color #061357 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #061357

Tints of Sapphire #061357

Color information

#061357 (or 0x061357) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 57. RGB value is (6,19,87). Sum of RGB (Red+Green+Blue) = 6+19+87=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 87 (34.38% from 255 or 77.68% from 112); Max value from RGB is 87 - color contains mainly: blue. Hex color #061357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061357 is #F9ECA8. Grayscale: #161616. Windows color (decimal): -16379049 or 5706502. OLE color: 5706502.

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

Color convert

RGB61987-
CMYK0.930.7800.66
HSL230.37º87.1%18.24%-
HSV(B)230.37º93.1%34.12%-
XYZ2.031.199.14-
YUV22.86164.19115.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 87 (34.38% from 255) = 77.68%
R=5.36%
G=16.96%
B=77.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal619870.930.7800.66230.3787.118.24
Hex613575D4E042e65712
Octal623127135116010234612722
Binary110100111010111101110110011100100001011100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061357; }

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

 H1.HeaderClassName
 {
   color: #061357;
 }
 .AnyTagClassName
 {
   color: #061357;
 }
</style>
background-color css

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

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

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

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

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

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