Html Css Color HEX #011749 Sapphire

📋 copy color: '#011749'

red 1 ◦ green 23 ◦ blue 73

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

Shades of Sapphire #011749

Tints of Sapphire #011749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.71%

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

R = 1.03%
G = 23.71%
B = 75.26%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011749 (or 0x011749) is known color: Sapphire. HEX triplet: 01, 17 and 49. RGB value is (1,23,73). Sum of RGB (Red+Green+Blue) = 1+23+73=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #011749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011749 is #FEE8B6. Grayscale: #151515. Windows color (decimal): -16705719 or 4790017. OLE color: 4790017.

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

Color convert

RGB 1 23 73 -
CMYK 0.99 0.68 0 0.71
HSL 221.67º 0.97% 0.15% -
HSV(B) 221.67º 0.99% 0.29% -
XYZ 1.52 1.1 6.44 -
YUV 22.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 1 23 73 0.99 0.68 0 0.71 221.67 0.97 0.15
Hex 1 17 49 63 44 0 47 DE 61 F
Octal 1 27 111 143 104 0 107 336 141 17
Binary 1 10111 1001001 1100011 1000100 0 1000111 11011110 1100001 1111

Color Harmonies of #011749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011749

Black with #011749

Text Example


Text Example

White with #011749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011749; }

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

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

background-color css

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

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

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

border-color css

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

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

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