Html Css Color HEX #011246 Sapphire

📋 copy color: '#011246'

red 1 ◦ green 18 ◦ blue 70

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

Shades of Sapphire #011246

Tints of Sapphire #011246

RGB

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

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

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

R = 1.12%
G = 20.22%
B = 78.65%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011246 (or 0x011246) is known color: Sapphire. HEX triplet: 01, 12 and 46. RGB value is (1,18,70). Sum of RGB (Red+Green+Blue) = 1+18+70=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 70 (27.73% from 255 or 78.65% from 89); Max value from RGB is 70 - color contains mainly: blue. Hex color #011246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011246 is #FEEDB9. Grayscale: #121212. Windows color (decimal): -16707002 or 4592129. OLE color: 4592129.

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

Color convert

RGB 1 18 70 -
CMYK 0.99 0.74 0 0.73
HSL 225.22º 0.97% 0.14% -
HSV(B) 225.22º 0.99% 0.27% -
XYZ 1.33 0.88 5.89 -
YUV 18.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 1 18 70 0.99 0.74 0 0.73 225.22 0.97 0.14
Hex 1 12 46 63 4A 0 49 E1 61 E
Octal 1 22 106 143 112 0 111 341 141 16
Binary 1 10010 1000110 1100011 1001010 0 1001001 11100001 1100001 1110

Color Harmonies of #011246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011246

Black with #011246

Text Example


Text Example

White with #011246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011246; }

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

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

background-color css

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

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

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

border-color css

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

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

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