Html Css Color HEX #011048 Sapphire

📋 copy color: '#011048'

red 1 ◦ green 16 ◦ blue 72

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

Shades of Sapphire #011048

Tints of Sapphire #011048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

 BLUE value IS 72 (28.52% from 255) = 80.9%

R = 1.12%
G = 17.98%
B = 80.9%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011048 (or 0x011048) is known color: Sapphire. HEX triplet: 01, 10 and 48. RGB value is (1,16,72). Sum of RGB (Red+Green+Blue) = 1+16+72=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #011048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011048 is #FEEFB7. Grayscale: #111111. Windows color (decimal): -16707512 or 4722689. OLE color: 4722689.

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

Color convert

RGB 1 16 72 -
CMYK 0.99 0.78 0 0.72
HSL 227.32º 0.97% 0.14% -
HSV(B) 227.32º 0.99% 0.28% -
XYZ 1.37 0.84 6.22 -
YUV 17.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 1 16 72 0.99 0.78 0 0.72 227.32 0.97 0.14
Hex 1 10 48 63 4E 0 48 E3 61 E
Octal 1 20 110 143 116 0 110 343 141 16
Binary 1 10000 1001000 1100011 1001110 0 1001000 11100011 1100001 1110

Color Harmonies of #011048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011048

Black with #011048

Text Example


Text Example

White with #011048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011048; }

 p { color: rgb(1,16,72); }

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

background-color css

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

 a { background-color: rgb(1,16,72); }

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

border-color css

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

 span { border-color: rgb(1,16,72); }

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