#001E61

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

Shades of Sapphire #001E61

Tints of Sapphire #001E61

Color information

#001E61 (or 0x001E61) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 61. RGB value is (0,30,97). Sum of RGB (Red+Green+Blue) = 0+30+97=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #001E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E61 is #FFE19E. Grayscale: #1C1C1C. Windows color (decimal): -16769439 or 6364672. OLE color: 6364672.

HSL color Cylindrical-coordinate representation of color #001E61: hue angle of 221.44º 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 #001E61 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB03097-
CMYK10.6900.62
HSL221.44º100%19.02%-
HSV(B)221.44º100%38.04%-
XYZ2.621.7911.52-
YUV28.67166.56107.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 97 (38.28% from 255) = 76.38%
R=0%
G=23.62%
B=76.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0309710.6900.62221.4410019.02
Hex01E61644503Edd6413
Octal03614114410507633514423
Binary011110110000111001001000101011111011011101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E61; }

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

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

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

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

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

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

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

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