Html Css Color HEX #011849 Sapphire

📋 copy color: '#011849'

red 1 ◦ green 24 ◦ blue 73

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

Shades of Sapphire #011849

Tints of Sapphire #011849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 1.02%
G = 24.49%
B = 74.49%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011849 (or 0x011849) is known color: Sapphire. HEX triplet: 01, 18 and 49. RGB value is (1,24,73). Sum of RGB (Red+Green+Blue) = 1+24+73=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 24 (9.77% from 255 or 24.49% 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 #011849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011849 is #FEE7B6. Grayscale: #161616. Windows color (decimal): -16705463 or 4790273. OLE color: 4790273.

HSL color Cylindrical-coordinate representation of color #011849: hue angle of 220.83º 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 #011849 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 24 73 -
CMYK 0.99 0.67 0 0.71
HSL 220.83º 0.97% 0.15% -
HSV(B) 220.83º 0.99% 0.29% -
XYZ 1.54 1.14 6.44 -
YUV 22.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 1 24 73 0.99 0.67 0 0.71 220.83 0.97 0.15
Hex 1 18 49 63 43 0 47 DD 61 F
Octal 1 30 111 143 103 0 107 335 141 17
Binary 1 11000 1001001 1100011 1000011 0 1000111 11011101 1100001 1111

Color Harmonies of #011849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011849

Black with #011849

Text Example


Text Example

White with #011849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011849; }

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

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

background-color css

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

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

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

border-color css

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

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

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