Html Css Color HEX #011556 Sapphire

📋 copy color: '#011556'

red 1 ◦ green 21 ◦ blue 86

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

Shades of Sapphire #011556

Tints of Sapphire #011556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 79.63%

R = 0.93%
G = 19.44%
B = 79.63%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011556 (or 0x011556) is known color: Sapphire. HEX triplet: 01, 15 and 56. RGB value is (1,21,86). Sum of RGB (Red+Green+Blue) = 1+21+86=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #011556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011556 is #FEEAA9. Grayscale: #161616. Windows color (decimal): -16706218 or 5641473. OLE color: 5641473.

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

Color convert

RGB 1 21 86 -
CMYK 0.99 0.76 0 0.66
HSL 225.88º 0.98% 0.17% -
HSV(B) 225.88º 0.99% 0.34% -
XYZ 1.96 1.21 8.94 -
YUV 22.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 1 21 86 0.99 0.76 0 0.66 225.88 0.98 0.17
Hex 1 15 56 63 4C 0 42 E2 62 11
Octal 1 25 126 143 114 0 102 342 142 21
Binary 1 10101 1010110 1100011 1001100 0 1000010 11100010 1100010 10001

Color Harmonies of #011556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011556

Black with #011556

Text Example


Text Example

White with #011556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011556; }

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

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

background-color css

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

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

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

border-color css

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

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

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