Html Css Color HEX #011249 Sapphire

📋 copy color: '#011249'

red 1 ◦ green 18 ◦ blue 73

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

Shades of Sapphire #011249

Tints of Sapphire #011249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

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

R = 1.09%
G = 19.57%
B = 79.35%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011249 (or 0x011249) is known color: Sapphire. HEX triplet: 01, 12 and 49. RGB value is (1,18,73). Sum of RGB (Red+Green+Blue) = 1+18+73=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #011249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011249 is #FEEDB6. Grayscale: #121212. Windows color (decimal): -16706999 or 4788737. OLE color: 4788737.

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

Color convert

RGB 1 18 73 -
CMYK 0.99 0.75 0 0.71
HSL 225.83º 0.97% 0.15% -
HSV(B) 225.83º 0.99% 0.29% -
XYZ 1.43 0.92 6.41 -
YUV 19.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 1 18 73 0.99 0.75 0 0.71 225.83 0.97 0.15
Hex 1 12 49 63 4B 0 47 E2 61 F
Octal 1 22 111 143 113 0 107 342 141 17
Binary 1 10010 1001001 1100011 1001011 0 1000111 11100010 1100001 1111

Color Harmonies of #011249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011249

Black with #011249

Text Example


Text Example

White with #011249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011249; }

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

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

background-color css

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

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

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

border-color css

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

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

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