Html Css Color HEX #012156 Sapphire

📋 copy color: '#012156'

red 1 ◦ green 33 ◦ blue 86

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

Shades of Sapphire #012156

Tints of Sapphire #012156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.5%

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

R = 0.83%
G = 27.5%
B = 71.67%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012156 (or 0x012156) is known color: Sapphire. HEX triplet: 01, 21 and 56. RGB value is (1,33,86). Sum of RGB (Red+Green+Blue) = 1+33+86=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 86 (33.98% from 255 or 71.67% from 120); Max value from RGB is 86 - color contains mainly: blue. Hex color #012156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012156 is #FEDEA9. Grayscale: #1D1D1D. Windows color (decimal): -16703146 or 5644545. OLE color: 5644545.

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

Color convert

RGB 1 33 86 -
CMYK 0.99 0.62 0 0.66
HSL 217.41º 0.98% 0.17% -
HSV(B) 217.41º 0.99% 0.34% -
XYZ 2.24 1.77 9.03 -
YUV 29.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 1 33 86 0.99 0.62 0 0.66 217.41 0.98 0.17
Hex 1 21 56 63 3E 0 42 D9 62 11
Octal 1 41 126 143 76 0 102 331 142 21
Binary 1 100001 1010110 1100011 111110 0 1000010 11011001 1100010 10001

Color Harmonies of #012156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012156

Black with #012156

Text Example


Text Example

White with #012156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012156; }

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

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

background-color css

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

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

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

border-color css

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

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

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