Html Css Color HEX #011154 Sapphire

📋 copy color: '#011154'

red 1 ◦ green 17 ◦ blue 84

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

Shades of Sapphire #011154

Tints of Sapphire #011154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.67%

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

R = 0.98%
G = 16.67%
B = 82.35%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#011154 (or 0x011154) is known color: Sapphire. HEX triplet: 01, 11 and 54. RGB value is (1,17,84). Sum of RGB (Red+Green+Blue) = 1+17+84=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 84 (33.20% from 255 or 82.35% from 102); Max value from RGB is 84 - color contains mainly: blue. Hex color #011154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011154 is #FEEEAB. Grayscale: #131313. Windows color (decimal): -16707244 or 5509377. OLE color: 5509377.

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

Color convert

RGB 1 17 84 -
CMYK 0.99 0.80 0 0.67
HSL 228.43º 0.98% 0.17% -
HSV(B) 228.43º 0.99% 0.33% -
XYZ 1.81 1.05 8.49 -
YUV 19.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 1 17 84 0.99 0.80 0 0.67 228.43 0.98 0.17
Hex 1 11 54 63 50 0 43 E4 62 11
Octal 1 21 124 143 120 0 103 344 142 21
Binary 1 10001 1010100 1100011 1010000 0 1000011 11100100 1100010 10001

Color Harmonies of #011154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011154

Black with #011154

Text Example


Text Example

White with #011154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011154; }

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

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

background-color css

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

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

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

border-color css

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

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

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