Html Css Color HEX #000849 Sapphire

📋 copy color: '#000849'

red 0 ◦ green 8 ◦ blue 73

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

Shades of Sapphire #000849

Tints of Sapphire #000849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 90.12%

R = 0%
G = 9.88%
B = 90.12%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#000849 (or 0x000849) is known color: Sapphire. HEX triplet: 00, 08 and 49. RGB value is (0,8,73). Sum of RGB (Red+Green+Blue) = 0+8+73=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 73 (28.91% from 255 or 90.12% from 81); Max value from RGB is 73 - color contains mainly: blue. Hex color #000849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000849 is #FFF7B6. Grayscale: #0C0C0C. Windows color (decimal): -16775095 or 4786176. OLE color: 4786176.

HSL color Cylindrical-coordinate representation of color #000849: hue angle of 233.42º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000849 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 8 73 -
CMYK 1 0.89 0 0.71
HSL 233.42º 1% 0.14% -
HSV(B) 233.42º 1% 0.29% -
XYZ 1.29 0.65 6.36 -
YUV 13.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 0 8 73 1 0.89 0 0.71 233.42 1 0.14
Hex 0 8 49 64 59 0 47 E9 64 E
Octal 0 10 111 144 131 0 107 351 144 16
Binary 0 1000 1001001 1100100 1011001 0 1000111 11101001 1100100 1110

Color Harmonies of #000849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000849

Black with #000849

Text Example


Text Example

White with #000849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000849; }

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

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

background-color css

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

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

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

border-color css

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

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

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