#062558

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

Shades of Sapphire #062558

Tints of Sapphire #062558

Color information

#062558 (or 0x062558) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 58. RGB value is (6,37,88). Sum of RGB (Red+Green+Blue) = 6+37+88=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #062558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062558 is #F9DAA7. Grayscale: #212121. Windows color (decimal): -16374440 or 5776646. OLE color: 5776646.

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

Color convert

RGB63788-
CMYK0.930.5800.65
HSL217.32º87.23%18.43%-
HSV(B)217.32º93.18%34.51%-
XYZ2.52.079.5-
YUV33.54158.73108.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 88 (34.77% from 255) = 67.18%
R=4.58%
G=28.24%
B=67.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal637880.930.5800.65217.3287.2318.43
Hex625585D3A041d95712
Octal64513013572010133112722
Binary110100101101100010111011110100100000111011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062558; }

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

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

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

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

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

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

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

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