#062451

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

Shades of Sapphire #062451

Tints of Sapphire #062451

Color information

#062451 (or 0x062451) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 51. RGB value is (6,36,81). Sum of RGB (Red+Green+Blue) = 6+36+81=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #062451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062451 is #F9DBAE. Grayscale: #1F1F1F. Windows color (decimal): -16374703 or 5317638. OLE color: 5317638.

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

Color convert

RGB63681-
CMYK0.930.5600.68
HSL216º86.21%17.06%-
HSV(B)216º92.59%31.76%-
XYZ2.191.898.03-
YUV32.16155.56109.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 81 (32.03% from 255) = 65.85%
R=4.88%
G=29.27%
B=65.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal636810.930.5600.6821686.2117.06
Hex624515D38044d85611
Octal64412113570010433012621
Binary110100100101000110111011110000100010011011000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062451; }

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

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

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

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

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

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

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

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