Html Css Color HEX #001949 Sapphire

📋 copy color: '#001949'

red 0 ◦ green 25 ◦ blue 73

#001949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #001949

Tints of Sapphire #001949

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 value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001949 (or 0x001949) is known color: 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

RGB 0 25 73 -
CMYK 1 0.66 0 0.71
HSL 219.45º 1% 0.14% -
HSV(B) 219.45º 1% 0.29% -
XYZ 1.55 1.18 6.45 -
YUV 23 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 0 25 73 1 0.66 0 0.71 219.45 1 0.14
Hex 0 19 49 64 42 0 47 DB 64 E
Octal 0 31 111 144 102 0 107 333 144 16
Binary 0 11001 1001001 1100100 1000010 0 1000111 11011011 1100100 1110

Color Harmonies of #001949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001949

Black with #001949

Text Example


Text Example

White with #001949

Text Example


Text Example

HTML Codes & Css Web 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>