#061053

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

Shades of Sapphire #061053

Tints of Sapphire #061053

Color information

#061053 (or 0x061053) is unknown color: approx Sapphire. HEX triplet: 06, 10 and 53. RGB value is (6,16,83). Sum of RGB (Red+Green+Blue) = 6+16+83=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #061053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061053 is #F9EFAC. Grayscale: #141414. Windows color (decimal): -16379821 or 5443590. OLE color: 5443590.

HSL color Cylindrical-coordinate representation of color #061053: hue angle of 232.21º 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 #061053 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB61683-
CMYK0.930.8100.67
HSL232.21º86.52%17.45%-
HSV(B)232.21º92.77%32.55%-
XYZ1.821.038.29-
YUV20.65163.19117.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 83 (32.81% from 255) = 79.05%
R=5.71%
G=15.24%
B=79.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal616830.930.8100.67232.2186.5217.45
Hex610535D51043e85711
Octal620123135121010335012721
Binary110100001010011101110110100010100001111101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061053; }

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

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

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

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

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

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

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

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