Html Css Color HEX #011346 Sapphire

📋 copy color: '#011346'

red 1 ◦ green 19 ◦ blue 70

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

Shades of Sapphire #011346

Tints of Sapphire #011346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

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

R = 1.11%
G = 21.11%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011346 (or 0x011346) is known color: Sapphire. HEX triplet: 01, 13 and 46. RGB value is (1,19,70). Sum of RGB (Red+Green+Blue) = 1+19+70=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #011346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011346 is #FEECB9. Grayscale: #131313. Windows color (decimal): -16706746 or 4592385. OLE color: 4592385.

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

Color convert

RGB 1 19 70 -
CMYK 0.99 0.73 0 0.73
HSL 224.35º 0.97% 0.14% -
HSV(B) 224.35º 0.99% 0.27% -
XYZ 1.35 0.91 5.9 -
YUV 19.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 1 19 70 0.99 0.73 0 0.73 224.35 0.97 0.14
Hex 1 13 46 63 49 0 49 E0 61 E
Octal 1 23 106 143 111 0 111 340 141 16
Binary 1 10011 1000110 1100011 1001001 0 1001001 11100000 1100001 1110

Color Harmonies of #011346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011346

Black with #011346

Text Example


Text Example

White with #011346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011346; }

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

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

background-color css

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

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

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

border-color css

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

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

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