Html Css Color HEX #011054 Sapphire

📋 copy color: '#011054'

red 1 ◦ green 16 ◦ blue 84

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

Shades of Sapphire #011054

Tints of Sapphire #011054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 83.17%

R = 0.99%
G = 15.84%
B = 83.17%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011054 (or 0x011054) is known color: Sapphire. HEX triplet: 01, 10 and 54. RGB value is (1,16,84). Sum of RGB (Red+Green+Blue) = 1+16+84=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 84 (33.20% from 255 or 83.17% from 101); Max value from RGB is 84 - color contains mainly: blue. Hex color #011054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011054 is #FEEFAB. Grayscale: #121212. Windows color (decimal): -16707500 or 5509121. OLE color: 5509121.

HSL color Cylindrical-coordinate representation of color #011054: hue angle of 229.16º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011054 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 16 84 -
CMYK 0.99 0.81 0 0.67
HSL 229.16º 0.98% 0.17% -
HSV(B) 229.16º 0.99% 0.33% -
XYZ 1.8 1.02 8.49 -
YUV 19.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 1 16 84 0.99 0.81 0 0.67 229.16 0.98 0.17
Hex 1 10 54 63 51 0 43 E5 62 11
Octal 1 20 124 143 121 0 103 345 142 21
Binary 1 10000 1010100 1100011 1010001 0 1000011 11100101 1100010 10001

Color Harmonies of #011054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011054

Black with #011054

Text Example


Text Example

White with #011054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011054; }

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

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

background-color css

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

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

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

border-color css

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

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

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