Html Css Color HEX #011946 Sapphire

📋 copy color: '#011946'

red 1 ◦ green 25 ◦ blue 70

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

Shades of Sapphire #011946

Tints of Sapphire #011946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.04%

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

R = 1.04%
G = 26.04%
B = 72.92%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011946 (or 0x011946) is known color: Sapphire. HEX triplet: 01, 19 and 46. RGB value is (1,25,70). Sum of RGB (Red+Green+Blue) = 1+25+70=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #011946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011946 is #FEE6B9. Grayscale: #161616. Windows color (decimal): -16705210 or 4593921. OLE color: 4593921.

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

Color convert

RGB 1 25 70 -
CMYK 0.99 0.64 0 0.73
HSL 219.13º 0.97% 0.14% -
HSV(B) 219.13º 0.99% 0.27% -
XYZ 1.47 1.14 5.94 -
YUV 22.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 1 25 70 0.99 0.64 0 0.73 219.13 0.97 0.14
Hex 1 19 46 63 40 0 49 DB 61 E
Octal 1 31 106 143 100 0 111 333 141 16
Binary 1 11001 1000110 1100011 1000000 0 1001001 11011011 1100001 1110

Color Harmonies of #011946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011946

Black with #011946

Text Example


Text Example

White with #011946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011946; }

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

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

background-color css

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

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

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

border-color css

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

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

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