Html Css Color HEX #011A47 Sapphire

📋 copy color: '#011A47'

red 1 ◦ green 26 ◦ blue 71

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

Shades of Sapphire #011A47

Tints of Sapphire #011A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

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

R = 1.02%
G = 26.53%
B = 72.45%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011A47 (or 0x011A47) is known color: Sapphire. HEX triplet: 01, 1A and 47. RGB value is (1,26,71). Sum of RGB (Red+Green+Blue) = 1+26+71=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #011A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A47 is #FEE5B8. Grayscale: #171717. Windows color (decimal): -16704953 or 4659713. OLE color: 4659713.

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

Color convert

RGB 1 26 71 -
CMYK 0.99 0.63 0 0.72
HSL 218.57º 0.97% 0.14% -
HSV(B) 218.57º 0.99% 0.28% -
XYZ 1.52 1.2 6.11 -
YUV 23.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 1 26 71 0.99 0.63 0 0.72 218.57 0.97 0.14
Hex 1 1A 47 63 3F 0 48 DB 61 E
Octal 1 32 107 143 77 0 110 333 141 16
Binary 1 11010 1000111 1100011 111111 0 1001000 11011011 1100001 1110

Color Harmonies of #011A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A47

Black with #011A47

Text Example


Text Example

White with #011A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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