#061364

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

Shades of Sapphire #061364

Tints of Sapphire #061364

Color information

#061364 (or 0x061364) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 64. RGB value is (6,19,100). Sum of RGB (Red+Green+Blue) = 6+19+100=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 100 (39.45% from 255 or 80% from 125); Max value from RGB is 100 - color contains mainly: blue. Hex color #061364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061364 is #F9EC9B. Grayscale: #181818. Windows color (decimal): -16379036 or 6558470. OLE color: 6558470.

HSL color Cylindrical-coordinate representation of color #061364: hue angle of 231.7º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061364 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB619100-
CMYK0.940.8100.61
HSL231.7º88.68%20.78%-
HSV(B)231.7º94%39.22%-
XYZ2.611.4212.19-
YUV24.35170.69114.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 100 (39.45% from 255) = 80%
R=4.8%
G=15.2%
B=80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6191000.940.8100.61231.788.6820.78
Hex613645E5103De85915
Octal62314413612107535013125
Binary11010011110010010111101010001011110111101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061364; }

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

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

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

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

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

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

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

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