Html Css Color HEX #011D49 Sapphire

📋 copy color: '#011D49'

red 1 ◦ green 29 ◦ blue 73

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

Shades of Sapphire #011D49

Tints of Sapphire #011D49

RGB

 RED value IS 1 (0.78% from 255) = 0.97%

 GREEN value IS 29 (11.72% from 255) = 28.16%

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

R = 0.97%
G = 28.16%
B = 70.87%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011D49 (or 0x011D49) is known color: Sapphire. HEX triplet: 01, 1D and 49. RGB value is (1,29,73). Sum of RGB (Red+Green+Blue) = 1+29+73=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 29 (11.72% from 255 or 28.16% 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 #011D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D49 is #FEE2B6. Grayscale: #191919. Windows color (decimal): -16704183 or 4791553. OLE color: 4791553.

HSL color Cylindrical-coordinate representation of color #011D49: hue angle of 216.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D49 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 29 73 -
CMYK 0.99 0.60 0 0.71
HSL 216.67º 0.97% 0.15% -
HSV(B) 216.67º 0.99% 0.29% -
XYZ 1.65 1.37 6.48 -
YUV 25.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 1 29 73 0.99 0.60 0 0.71 216.67 0.97 0.15
Hex 1 1D 49 63 3C 0 47 D9 61 F
Octal 1 35 111 143 74 0 107 331 141 17
Binary 1 11101 1001001 1100011 111100 0 1000111 11011001 1100001 1111

Color Harmonies of #011D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D49

Black with #011D49

Text Example


Text Example

White with #011D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011D49; }

 p { color: rgb(1,29,73); }

 H1.HeaderClassName
 {
   color: #011D49;
 }
 .AnyTagClassName
 {
   color: #011D49;
 }
</style>

background-color css

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

 a { background-color: rgb(1,29,73); }

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

border-color css

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

 span { border-color: rgb(1,29,73); }

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