#061256

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

Shades of Sapphire #061256

Tints of Sapphire #061256

Color information

#061256 (or 0x061256) is unknown color: approx Sapphire. HEX triplet: 06, 12 and 56. RGB value is (6,18,86). Sum of RGB (Red+Green+Blue) = 6+18+86=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #061256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061256 is #F9EDA9. Grayscale: #151515. Windows color (decimal): -16379306 or 5640710. OLE color: 5640710.

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

Color convert

RGB61886-
CMYK0.930.7900.66
HSL231º86.96%18.04%-
HSV(B)231º93.02%33.73%-
XYZ1.971.148.92-
YUV22.16164.02116.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 86 (33.98% from 255) = 78.18%
R=5.45%
G=16.36%
B=78.18%

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
Decimal618860.930.7900.6623186.9618.04
Hex612565D4F042e75712
Octal622126135117010234712722
Binary110100101010110101110110011110100001011100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061256; }

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

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

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

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

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

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

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

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