#061A53

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

Shades of Sapphire #061A53

Tints of Sapphire #061A53

Color information

#061A53 (or 0x061A53) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 53. RGB value is (6,26,83). Sum of RGB (Red+Green+Blue) = 6+26+83=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #061A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A53 is #F9E5AC. Grayscale: #1A1A1A. Windows color (decimal): -16377261 or 5446150. OLE color: 5446150.

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

Color convert

RGB62683-
CMYK0.930.6900.67
HSL224.42º86.52%17.45%-
HSV(B)224.42º92.77%32.55%-
XYZ2.011.48.35-
YUV26.52159.87113.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 83 (32.81% from 255) = 72.17%
R=5.22%
G=22.61%
B=72.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal626830.930.6900.67224.4286.5217.45
Hex61A535D45043e05711
Octal632123135105010334012721
Binary110110101010011101110110001010100001111100000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A53; }

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

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

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

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

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

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

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

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