#062651

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

Shades of Sapphire #062651

Tints of Sapphire #062651

Color information

#062651 (or 0x062651) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 51. RGB value is (6,38,81). Sum of RGB (Red+Green+Blue) = 6+38+81=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #062651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062651 is #F9D9AE. Grayscale: #212121. Windows color (decimal): -16374191 or 5318150. OLE color: 5318150.

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

Color convert

RGB63881-
CMYK0.930.5300.68
HSL214.4º86.21%17.06%-
HSV(B)214.4º92.59%31.76%-
XYZ2.252.028.06-
YUV33.33154.9108.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 81 (32.03% from 255) = 64.8%
R=4.8%
G=30.4%
B=64.8%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal638810.930.5300.68214.486.2117.06
Hex626515D35044d65611
Octal64612113565010432612621
Binary110100110101000110111011101010100010011010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062651; }

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

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

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

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

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

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

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

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