#061362

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

Shades of Sapphire #061362

Tints of Sapphire #061362

Color information

#061362 (or 0x061362) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 62. RGB value is (6,19,98). Sum of RGB (Red+Green+Blue) = 6+19+98=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #061362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061362 is #F9EC9D. Grayscale: #171717. Windows color (decimal): -16379038 or 6427398. OLE color: 6427398.

HSL color Cylindrical-coordinate representation of color #061362: hue angle of 231.52º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061362 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB61998-
CMYK0.940.8100.62
HSL231.52º88.46%20.39%-
HSV(B)231.52º93.88%38.43%-
XYZ2.511.3911.69-
YUV24.12169.69115.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 98 (38.67% from 255) = 79.67%
R=4.88%
G=15.45%
B=79.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal619980.940.8100.62231.5288.4620.39
Hex613625E5103Ee85814
Octal62314213612107635013024
Binary11010011110001010111101010001011111011101000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061362; }

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

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

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

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

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

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

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

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