#061257

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

Shades of Sapphire #061257

Tints of Sapphire #061257

Color information

#061257 (or 0x061257) is unknown color: approx Sapphire. HEX triplet: 06, 12 and 57. RGB value is (6,18,87). Sum of RGB (Red+Green+Blue) = 6+18+87=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #061257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061257 is #F9EDA8. Grayscale: #151515. Windows color (decimal): -16379305 or 5706246. OLE color: 5706246.

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

Color convert

RGB61887-
CMYK0.930.7900.66
HSL231.11º87.1%18.24%-
HSV(B)231.11º93.1%34.12%-
XYZ2.011.169.13-
YUV22.28164.52116.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 87 (34.38% from 255) = 78.38%
R=5.41%
G=16.22%
B=78.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal618870.930.7900.66231.1187.118.24
Hex612575D4F042e75712
Octal622127135117010234712722
Binary110100101010111101110110011110100001011100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061257; }

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

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

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

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

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

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

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

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