Html Css Color HEX #011649 Sapphire

📋 copy color: '#011649'

red 1 ◦ green 22 ◦ blue 73

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

Shades of Sapphire #011649

Tints of Sapphire #011649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.92%

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

R = 1.04%
G = 22.92%
B = 76.04%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#011649 (or 0x011649) is known color: Sapphire. HEX triplet: 01, 16 and 49. RGB value is (1,22,73). Sum of RGB (Red+Green+Blue) = 1+22+73=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #011649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011649 is #FEE9B6. Grayscale: #151515. Windows color (decimal): -16705975 or 4789761. OLE color: 4789761.

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

Color convert

RGB 1 22 73 -
CMYK 0.99 0.70 0 0.71
HSL 222.5º 0.97% 0.15% -
HSV(B) 222.5º 0.99% 0.29% -
XYZ 1.5 1.06 6.43 -
YUV 21.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 1 22 73 0.99 0.70 0 0.71 222.5 0.97 0.15
Hex 1 16 49 63 46 0 47 DE 61 F
Octal 1 26 111 143 106 0 107 336 141 17
Binary 1 10110 1001001 1100011 1000110 0 1000111 11011110 1100001 1111

Color Harmonies of #011649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011649

Black with #011649

Text Example


Text Example

White with #011649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011649; }

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

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

background-color css

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

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

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

border-color css

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

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

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