#061553

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

Shades of Sapphire #061553

Tints of Sapphire #061553

Color information

#061553 (or 0x061553) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 53. RGB value is (6,21,83). Sum of RGB (Red+Green+Blue) = 6+21+83=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #061553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061553 is #F9EAAC. Grayscale: #171717. Windows color (decimal): -16378541 or 5444870. OLE color: 5444870.

HSL color Cylindrical-coordinate representation of color #061553: hue angle of 228.31º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061553 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB62183-
CMYK0.930.7500.67
HSL228.31º86.52%17.45%-
HSV(B)228.31º92.77%32.55%-
XYZ1.91.28.31-
YUV23.58161.53115.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 83 (32.81% from 255) = 75.45%
R=5.45%
G=19.09%
B=75.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal621830.930.7500.67228.3186.5217.45
Hex615535D4B043e45711
Octal625123135113010334412721
Binary110101011010011101110110010110100001111100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061553; }

 p { color: rgb(6,21,83); }

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

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

 a { background-color: rgb(6,21,83); }

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

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

 span { border-color: rgb(6,21,83); }

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