#001461

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

Shades of Sapphire #001461

Tints of Sapphire #001461

Color information

#001461 (or 0x001461) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 61. RGB value is (0,20,97). Sum of RGB (Red+Green+Blue) = 0+20+97=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #001461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001461 is #FFEB9E. Grayscale: #161616. Windows color (decimal): -16771999 or 6362112. OLE color: 6362112.

HSL color Cylindrical-coordinate representation of color #001461: hue angle of 227.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001461 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB02097-
CMYK10.7900.62
HSL227.63º100%19.02%-
HSV(B)227.63º100%38.04%-
XYZ2.411.3611.45-
YUV22.8169.87111.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 97 (38.28% from 255) = 82.91%
R=0%
G=17.09%
B=82.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0209710.7900.62227.6310019.02
Hex01461644F03Ee46413
Octal02414114411707634414423
Binary010100110000111001001001111011111011100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001461; }

 p { color: rgb(0,20,97); }

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

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

 a { background-color: rgb(0,20,97); }

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

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

 span { border-color: rgb(0,20,97); }

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