Html Css Color HEX #010857 Sapphire

📋 copy color: '#010857'

red 1 ◦ green 8 ◦ blue 87

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

Shades of Sapphire #010857

Tints of Sapphire #010857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 90.63%

R = 1.04%
G = 8.33%
B = 90.63%

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

#010857 (or 0x010857) is known color: Sapphire. HEX triplet: 01, 08 and 57. RGB value is (1,8,87). Sum of RGB (Red+Green+Blue) = 1+8+87=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 87 (34.38% from 255 or 90.62% from 96); Max value from RGB is 87 - color contains mainly: blue. Hex color #010857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010857 is #FEF7A8. Grayscale: #0E0E0E. Windows color (decimal): -16709545 or 5703681. OLE color: 5703681.

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

Color convert

RGB 1 8 87 -
CMYK 0.99 0.91 0 0.66
HSL 235.12º 0.98% 0.17% -
HSV(B) 235.12º 0.99% 0.34% -
XYZ 1.82 0.87 9.09 -
YUV 14.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 1 8 87 0.99 0.91 0 0.66 235.12 0.98 0.17
Hex 1 8 57 63 5B 0 42 EB 62 11
Octal 1 10 127 143 133 0 102 353 142 21
Binary 1 1000 1010111 1100011 1011011 0 1000010 11101011 1100010 10001

Color Harmonies of #010857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010857

Black with #010857

Text Example


Text Example

White with #010857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010857; }

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

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

background-color css

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

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

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

border-color css

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

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

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