#061458

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

Shades of Sapphire #061458

Tints of Sapphire #061458

Color information

#061458 (or 0x061458) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 58. RGB value is (6,20,88). Sum of RGB (Red+Green+Blue) = 6+20+88=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #061458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061458 is #F9EBA7. Grayscale: #171717. Windows color (decimal): -16378792 or 5772294. OLE color: 5772294.

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

Color convert

RGB62088-
CMYK0.930.7700.65
HSL229.76º87.23%18.43%-
HSV(B)229.76º93.18%34.51%-
XYZ2.091.249.36-
YUV23.57164.36115.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 88 (34.77% from 255) = 77.19%
R=5.26%
G=17.54%
B=77.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal620880.930.7700.65229.7687.2318.43
Hex614585D4D041e65712
Octal624130135115010134612722
Binary110101001011000101110110011010100000111100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061458; }

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

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

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

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

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

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

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

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