Html Css Color HEX #000850 Sapphire

📋 copy color: '#000850'

red 0 ◦ green 8 ◦ blue 80

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

Shades of Sapphire #000850

Tints of Sapphire #000850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 90.91%

R = 0%
G = 9.09%
B = 90.91%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#000850 (or 0x000850) is known color: Sapphire. HEX triplet: 00, 08 and 50. RGB value is (0,8,80). Sum of RGB (Red+Green+Blue) = 0+8+80=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 80 (31.64% from 255 or 90.91% from 88); Max value from RGB is 80 - color contains mainly: blue. Hex color #000850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000850 is #FFF7AF. Grayscale: #0D0D0D. Windows color (decimal): -16775088 or 5244928. OLE color: 5244928.

HSL color Cylindrical-coordinate representation of color #000850: hue angle of 234º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000850 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 8 80 -
CMYK 1 0.90 0 0.69
HSL 234º 1% 0.16% -
HSV(B) 234º 1% 0.31% -
XYZ 1.53 0.75 7.65 -
YUV 13.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 0 8 80 1 0.90 0 0.69 234 1 0.16
Hex 0 8 50 64 5A 0 45 EA 64 10
Octal 0 10 120 144 132 0 105 352 144 20
Binary 0 1000 1010000 1100100 1011010 0 1000101 11101010 1100100 10000

Color Harmonies of #000850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000850

Black with #000850

Text Example


Text Example

White with #000850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000850; }

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

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

background-color css

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

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

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

border-color css

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

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

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