Html Css Color HEX #011656 Sapphire

📋 copy color: '#011656'

red 1 ◦ green 22 ◦ blue 86

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

Shades of Sapphire #011656

Tints of Sapphire #011656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 0.92%
G = 20.18%
B = 78.9%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011656 (or 0x011656) is known color: Sapphire. HEX triplet: 01, 16 and 56. RGB value is (1,22,86). Sum of RGB (Red+Green+Blue) = 1+22+86=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #011656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011656 is #FEE9A9. Grayscale: #161616. Windows color (decimal): -16705962 or 5641729. OLE color: 5641729.

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

Color convert

RGB 1 22 86 -
CMYK 0.99 0.74 0 0.66
HSL 225.18º 0.98% 0.17% -
HSV(B) 225.18º 0.99% 0.34% -
XYZ 1.98 1.25 8.94 -
YUV 23.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 1 22 86 0.99 0.74 0 0.66 225.18 0.98 0.17
Hex 1 16 56 63 4A 0 42 E1 62 11
Octal 1 26 126 143 112 0 102 341 142 21
Binary 1 10110 1010110 1100011 1001010 0 1000010 11100001 1100010 10001

Color Harmonies of #011656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011656

Black with #011656

Text Example


Text Example

White with #011656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011656; }

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

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

background-color css

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

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

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

border-color css

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

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

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