Html Css Color HEX #010856 Sapphire

📋 copy color: '#010856'

red 1 ◦ green 8 ◦ blue 86

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

Shades of Sapphire #010856

Tints of Sapphire #010856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

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

R = 1.05%
G = 8.42%
B = 90.53%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010856 (or 0x010856) is known color: Sapphire. HEX triplet: 01, 08 and 56. RGB value is (1,8,86). Sum of RGB (Red+Green+Blue) = 1+8+86=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 86 (33.98% from 255 or 90.53% from 95); Max value from RGB is 86 - color contains mainly: blue. Hex color #010856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010856 is #FEF7A9. Grayscale: #0E0E0E. Windows color (decimal): -16709546 or 5638145. OLE color: 5638145.

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

Color convert

RGB 1 8 86 -
CMYK 0.99 0.91 0 0.66
HSL 235.06º 0.98% 0.17% -
HSV(B) 235.06º 0.99% 0.34% -
XYZ 1.78 0.85 8.87 -
YUV 14.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 1 8 86 0.99 0.91 0 0.66 235.06 0.98 0.17
Hex 1 8 56 63 5B 0 42 EB 62 11
Octal 1 10 126 143 133 0 102 353 142 21
Binary 1 1000 1010110 1100011 1011011 0 1000010 11101011 1100010 10001

Color Harmonies of #010856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010856

Black with #010856

Text Example


Text Example

White with #010856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010856; }

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

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

background-color css

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

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

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

border-color css

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

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

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