#061253

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

Shades of Sapphire #061253

Tints of Sapphire #061253

Color information

#061253 (or 0x061253) is unknown color: approx Sapphire. HEX triplet: 06, 12 and 53. RGB value is (6,18,83). Sum of RGB (Red+Green+Blue) = 6+18+83=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #061253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061253 is #F9EDAC. Grayscale: #151515. Windows color (decimal): -16379309 or 5444102. OLE color: 5444102.

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

Color convert

RGB61883-
CMYK0.930.7800.67
HSL230.65º86.52%17.45%-
HSV(B)230.65º92.77%32.55%-
XYZ1.851.18.3-
YUV21.82162.52116.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 83 (32.81% from 255) = 77.57%
R=5.61%
G=16.82%
B=77.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal618830.930.7800.67230.6586.5217.45
Hex612535D4E043e75711
Octal622123135116010334712721
Binary110100101010011101110110011100100001111100111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061253; }

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

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

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

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

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

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

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

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