#061351

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

Shades of Sapphire #061351

Tints of Sapphire #061351

Color information

#061351 (or 0x061351) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 51. RGB value is (6,19,81). Sum of RGB (Red+Green+Blue) = 6+19+81=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #061351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061351 is #F9ECAE. Grayscale: #151515. Windows color (decimal): -16379055 or 5313286. OLE color: 5313286.

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

Color convert

RGB61981-
CMYK0.930.7700.68
HSL229.6º86.21%17.06%-
HSV(B)229.6º92.59%31.76%-
XYZ1.791.17.9-
YUV22.18161.19116.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 81 (32.03% from 255) = 76.42%
R=5.66%
G=17.92%
B=76.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal619810.930.7700.68229.686.2117.06
Hex613515D4D044e65611
Octal623121135115010434612621
Binary110100111010001101110110011010100010011100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061351; }

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

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

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

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

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

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

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

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