Html Css Color HEX #011646 Sapphire

📋 copy color: '#011646'

red 1 ◦ green 22 ◦ blue 70

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

Shades of Sapphire #011646

Tints of Sapphire #011646

RGB

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

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

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

R = 1.08%
G = 23.66%
B = 75.27%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011646 (or 0x011646) is known color: Sapphire. HEX triplet: 01, 16 and 46. RGB value is (1,22,70). Sum of RGB (Red+Green+Blue) = 1+22+70=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #011646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011646 is #FEE9B9. Grayscale: #141414. Windows color (decimal): -16705978 or 4593153. OLE color: 4593153.

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

Color convert

RGB 1 22 70 -
CMYK 0.99 0.69 0 0.73
HSL 221.74º 0.97% 0.14% -
HSV(B) 221.74º 0.99% 0.27% -
XYZ 1.4 1.02 5.92 -
YUV 21.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 1 22 70 0.99 0.69 0 0.73 221.74 0.97 0.14
Hex 1 16 46 63 45 0 49 DE 61 E
Octal 1 26 106 143 105 0 111 336 141 16
Binary 1 10110 1000110 1100011 1000101 0 1001001 11011110 1100001 1110

Color Harmonies of #011646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011646

Black with #011646

Text Example


Text Example

White with #011646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011646; }

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

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

background-color css

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

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

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

border-color css

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

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

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