Html Css Color HEX #000857 Sapphire

📋 copy color: '#000857'

red 0 ◦ green 8 ◦ blue 87

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

Shades of Sapphire #000857

Tints of Sapphire #000857

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 8.42%
B = 91.58%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#000857 (or 0x000857) is known color: Sapphire. HEX triplet: 00, 08 and 57. RGB value is (0,8,87). Sum of RGB (Red+Green+Blue) = 0+8+87=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 87 (34.38% from 255 or 91.58% from 95); Max value from RGB is 87 - color contains mainly: blue. Hex color #000857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000857 is #FFF7A8. Grayscale: #0E0E0E. Windows color (decimal): -16775081 or 5703680. OLE color: 5703680.

HSL color Cylindrical-coordinate representation of color #000857: hue angle of 234.48º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000857 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 8 87 -
CMYK 1 0.91 0 0.66
HSL 234.48º 1% 0.17% -
HSV(B) 234.48º 1% 0.34% -
XYZ 1.81 0.86 9.09 -
YUV 14.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 0 8 87 1 0.91 0 0.66 234.48 1 0.17
Hex 0 8 57 64 5B 0 42 EA 64 11
Octal 0 10 127 144 133 0 102 352 144 21
Binary 0 1000 1010111 1100100 1011011 0 1000010 11101010 1100100 10001

Color Harmonies of #000857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000857

Black with #000857

Text Example


Text Example

White with #000857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000857; }

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

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

background-color css

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

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

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

border-color css

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

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

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