Html Css Color HEX #011547 Sapphire

📋 copy color: '#011547'

red 1 ◦ green 21 ◦ blue 71

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

Shades of Sapphire #011547

Tints of Sapphire #011547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 76.34%

R = 1.08%
G = 22.58%
B = 76.34%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011547 (or 0x011547) is known color: Sapphire. HEX triplet: 01, 15 and 47. RGB value is (1,21,71). Sum of RGB (Red+Green+Blue) = 1+21+71=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #011547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011547 is #FEEAB8. Grayscale: #141414. Windows color (decimal): -16706233 or 4658433. OLE color: 4658433.

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

Color convert

RGB 1 21 71 -
CMYK 0.99 0.70 0 0.72
HSL 222.86º 0.97% 0.14% -
HSV(B) 222.86º 0.99% 0.28% -
XYZ 1.42 1 6.08 -
YUV 20.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 1 21 71 0.99 0.70 0 0.72 222.86 0.97 0.14
Hex 1 15 47 63 46 0 48 DF 61 E
Octal 1 25 107 143 106 0 110 337 141 16
Binary 1 10101 1000111 1100011 1000110 0 1001000 11011111 1100001 1110

Color Harmonies of #011547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011547

Black with #011547

Text Example


Text Example

White with #011547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011547; }

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

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

background-color css

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

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

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

border-color css

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

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

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