#062751

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

Shades of Sapphire #062751

Tints of Sapphire #062751

Color information

#062751 (or 0x062751) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 51. RGB value is (6,39,81). Sum of RGB (Red+Green+Blue) = 6+39+81=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #062751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062751 is #F9D8AE. Grayscale: #212121. Windows color (decimal): -16373935 or 5318406. OLE color: 5318406.

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

Color convert

RGB63981-
CMYK0.930.5200.68
HSL213.6º86.21%17.06%-
HSV(B)213.6º92.59%31.76%-
XYZ2.292.088.07-
YUV33.92154.57108.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 81 (32.03% from 255) = 64.29%
R=4.76%
G=30.95%
B=64.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal639810.930.5200.68213.686.2117.06
Hex627515D34044d65611
Octal64712113564010432612621
Binary110100111101000110111011101000100010011010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062751; }

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

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

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

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

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

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

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

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