#061350

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

Shades of Sapphire #061350

Tints of Sapphire #061350

Color information

#061350 (or 0x061350) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 50. RGB value is (6,19,80). Sum of RGB (Red+Green+Blue) = 6+19+80=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #061350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061350 is #F9ECAF. Grayscale: #151515. Windows color (decimal): -16379056 or 5247750. OLE color: 5247750.

HSL color Cylindrical-coordinate representation of color #061350: hue angle of 229.46º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061350 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB61980-
CMYK0.920.7600.69
HSL229.46º86.05%16.86%-
HSV(B)229.46º92.5%31.37%-
XYZ1.761.087.71-
YUV22.07160.69116.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 80 (31.64% from 255) = 76.19%
R=5.71%
G=18.10%
B=76.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal619800.920.7600.69229.4686.0516.86
Hex613505C4C045e55611
Octal623120134114010534512621
Binary110100111010000101110010011000100010111100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061350; }

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

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

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

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

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

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

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

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