#061358

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

Shades of Sapphire #061358

Tints of Sapphire #061358

Color information

#061358 (or 0x061358) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 58. RGB value is (6,19,88). Sum of RGB (Red+Green+Blue) = 6+19+88=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #061358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061358 is #F9ECA7. Grayscale: #161616. Windows color (decimal): -16379048 or 5772038. OLE color: 5772038.

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

Color convert

RGB61988-
CMYK0.930.7800.65
HSL230.49º87.23%18.43%-
HSV(B)230.49º93.18%34.51%-
XYZ2.071.219.36-
YUV22.98164.69115.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 88 (34.77% from 255) = 77.88%
R=5.31%
G=16.81%
B=77.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal619880.930.7800.65230.4987.2318.43
Hex613585D4E041e65712
Octal623130135116010134612722
Binary110100111011000101110110011100100000111100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061358; }

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

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

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

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

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

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

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

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