#061758

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

Shades of Sapphire #061758

Tints of Sapphire #061758

Color information

#061758 (or 0x061758) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 58. RGB value is (6,23,88). Sum of RGB (Red+Green+Blue) = 6+23+88=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #061758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061758 is #F9E8A7. Grayscale: #191919. Windows color (decimal): -16378024 or 5773062. OLE color: 5773062.

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

Color convert

RGB62388-
CMYK0.930.7400.65
HSL227.56º87.23%18.43%-
HSV(B)227.56º93.18%34.51%-
XYZ2.141.369.38-
YUV25.33163.37114.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 88 (34.77% from 255) = 75.21%
R=5.13%
G=19.66%
B=75.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal623880.930.7400.65227.5687.2318.43
Hex617585D4A041e45712
Octal627130135112010134412722
Binary110101111011000101110110010100100000111100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061758; }

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

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

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

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

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

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

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

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