#062551

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

Shades of Sapphire #062551

Tints of Sapphire #062551

Color information

#062551 (or 0x062551) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 51. RGB value is (6,37,81). Sum of RGB (Red+Green+Blue) = 6+37+81=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #062551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062551 is #F9DAAE. Grayscale: #202020. Windows color (decimal): -16374447 or 5317894. OLE color: 5317894.

HSL color Cylindrical-coordinate representation of color #062551: hue angle of 215.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062551 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB63781-
CMYK0.930.5400.68
HSL215.2º86.21%17.06%-
HSV(B)215.2º92.59%31.76%-
XYZ2.221.968.05-
YUV32.75155.23108.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=4.84%
G=29.84%
B=65.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal637810.930.5400.68215.286.2117.06
Hex625515D36044d75611
Octal64512113566010432712621
Binary110100101101000110111011101100100010011010111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062551; }

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

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

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

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

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

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

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

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