#001949

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

Shades of Sapphire #001949

Tints of Sapphire #001949

Color information

#001949 (or 0x001949) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 49. RGB value is (0,25,73). Sum of RGB (Red+Green+Blue) = 0+25+73=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #001949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001949 is #FFE6B6. Grayscale: #161616. Windows color (decimal): -16770743 or 4790528. OLE color: 4790528.

HSL color Cylindrical-coordinate representation of color #001949: hue angle of 219.45º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001949 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB02573-
CMYK10.6600.71
HSL219.45º100%14.31%-
HSV(B)219.45º100%28.63%-
XYZ1.551.186.45-
YUV23156.22111.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 73 (28.91% from 255) = 74.49%
R=0%
G=25.51%
B=74.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0257310.6600.71219.4510014.31
Hex019496442047db64e
Octal031111144102010733314416
Binary011001100100111001001000010010001111101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001949; }

 p { color: rgb(0,25,73); }

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

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

 a { background-color: rgb(0,25,73); }

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

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

 span { border-color: rgb(0,25,73); }

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