#061259

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

Shades of Sapphire #061259

Tints of Sapphire #061259

Color information

#061259 (or 0x061259) is unknown color: approx Sapphire. HEX triplet: 06, 12 and 59. RGB value is (6,18,89). Sum of RGB (Red+Green+Blue) = 6+18+89=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #061259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061259 is #F9EDA6. Grayscale: #161616. Windows color (decimal): -16379303 or 5837318. OLE color: 5837318.

HSL color Cylindrical-coordinate representation of color #061259: hue angle of 231.33º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061259 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB61889-
CMYK0.930.8000.65
HSL231.33º87.37%18.63%-
HSV(B)231.33º93.26%34.9%-
XYZ2.091.199.57-
YUV22.51165.52116.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 89 (35.16% from 255) = 78.76%
R=5.31%
G=15.93%
B=78.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal618890.930.8000.65231.3387.3718.63
Hex612595D50041e75713
Octal622131135120010134712723
Binary110100101011001101110110100000100000111100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061259; }

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

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

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

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

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

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

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

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