Html Css Color HEX #012056 Sapphire

📋 copy color: '#012056'

red 1 ◦ green 32 ◦ blue 86

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

Shades of Sapphire #012056

Tints of Sapphire #012056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.89%

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

R = 0.84%
G = 26.89%
B = 72.27%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012056 (or 0x012056) is known color: Sapphire. HEX triplet: 01, 20 and 56. RGB value is (1,32,86). Sum of RGB (Red+Green+Blue) = 1+32+86=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 86 (33.98% from 255 or 72.27% from 119); Max value from RGB is 86 - color contains mainly: blue. Hex color #012056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012056 is #FEDFA9. Grayscale: #1C1C1C. Windows color (decimal): -16703402 or 5644289. OLE color: 5644289.

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

Color convert

RGB 1 32 86 -
CMYK 0.99 0.63 0 0.66
HSL 218.12º 0.98% 0.17% -
HSV(B) 218.12º 0.99% 0.34% -
XYZ 2.21 1.71 9.02 -
YUV 28.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 1 32 86 0.99 0.63 0 0.66 218.12 0.98 0.17
Hex 1 20 56 63 3F 0 42 DA 62 11
Octal 1 40 126 143 77 0 102 332 142 21
Binary 1 100000 1010110 1100011 111111 0 1000010 11011010 1100010 10001

Color Harmonies of #012056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012056

Black with #012056

Text Example


Text Example

White with #012056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012056; }

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

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

background-color css

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

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

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

border-color css

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

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

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