Html Css Color HEX #011546 Sapphire

📋 copy color: '#011546'

red 1 ◦ green 21 ◦ blue 70

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

Shades of Sapphire #011546

Tints of Sapphire #011546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

 BLUE value IS 70 (27.73% from 255) = 76.09%

R = 1.09%
G = 22.83%
B = 76.09%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011546 (or 0x011546) is known color: Sapphire. HEX triplet: 01, 15 and 46. RGB value is (1,21,70). Sum of RGB (Red+Green+Blue) = 1+21+70=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #011546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011546 is #FEEAB9. Grayscale: #141414. Windows color (decimal): -16706234 or 4592897. OLE color: 4592897.

HSL color Cylindrical-coordinate representation of color #011546: hue angle of 222.61º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011546 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 21 70 -
CMYK 0.99 0.70 0 0.73
HSL 222.61º 0.97% 0.14% -
HSV(B) 222.61º 0.99% 0.27% -
XYZ 1.39 0.98 5.91 -
YUV 20.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 1 21 70 0.99 0.70 0 0.73 222.61 0.97 0.14
Hex 1 15 46 63 46 0 49 DF 61 E
Octal 1 25 106 143 106 0 111 337 141 16
Binary 1 10101 1000110 1100011 1000110 0 1001001 11011111 1100001 1110

Color Harmonies of #011546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011546

Black with #011546

Text Example


Text Example

White with #011546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011546; }

 p { color: rgb(1,21,70); }

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

background-color css

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

 a { background-color: rgb(1,21,70); }

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

border-color css

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

 span { border-color: rgb(1,21,70); }

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