Html Css Color HEX #001E49 Sapphire

📋 copy color: '#001E49'

red 0 ◦ green 30 ◦ blue 73

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

Shades of Sapphire #001E49

Tints of Sapphire #001E49

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 30 (12.11% from 255) = 29.13%

 BLUE value IS 73 (28.91% from 255) = 70.87%

R = 0%
G = 29.13%
B = 70.87%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001E49 (or 0x001E49) is known color: Sapphire. HEX triplet: 00, 1E and 49. RGB value is (0,30,73). Sum of RGB (Red+Green+Blue) = 0+30+73=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #001E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E49 is #FFE1B6. Grayscale: #191919. Windows color (decimal): -16769463 or 4791808. OLE color: 4791808.

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

Color convert

RGB 0 30 73 -
CMYK 1 0.59 0 0.71
HSL 215.34º 1% 0.14% -
HSV(B) 215.34º 1% 0.29% -
XYZ 1.67 1.41 6.49 -
YUV 25.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 0 30 73 1 0.59 0 0.71 215.34 1 0.14
Hex 0 1E 49 64 3B 0 47 D7 64 E
Octal 0 36 111 144 73 0 107 327 144 16
Binary 0 11110 1001001 1100100 111011 0 1000111 11010111 1100100 1110

Color Harmonies of #001E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E49

Black with #001E49

Text Example


Text Example

White with #001E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001E49;
 }
 .AnyTagClassName
 {
   color: #001E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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