#061A73

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

Shades of Sapphire #061A73

Tints of Sapphire #061A73

Color information

#061A73 (or 0x061A73) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 73. RGB value is (6,26,115). Sum of RGB (Red+Green+Blue) = 6+26+115=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #061A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A73 is #F9E58C. Grayscale: #1D1D1D. Windows color (decimal): -16377229 or 7543302. OLE color: 7543302.

HSL color Cylindrical-coordinate representation of color #061A73: hue angle of 228.99º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061A73 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB626115-
CMYK0.950.7700.55
HSL228.99º90.08%23.73%-
HSV(B)228.99º94.78%45.1%-
XYZ3.542.0216.42-
YUV30.17175.87110.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 115 (45.31% from 255) = 78.23%
R=4.08%
G=17.69%
B=78.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6261150.950.7700.55228.9990.0823.73
Hex61A735F4D037e55a18
Octal63216313711506734513230
Binary11011010111001110111111001101011011111100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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