Html Css Color HEX #010849 Sapphire

📋 copy color: '#010849'

red 1 ◦ green 8 ◦ blue 73

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

Shades of Sapphire #010849

Tints of Sapphire #010849

RGB

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

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

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

R = 1.22%
G = 9.76%
B = 89.02%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#010849 (or 0x010849) is known color: Sapphire. HEX triplet: 01, 08 and 49. RGB value is (1,8,73). Sum of RGB (Red+Green+Blue) = 1+8+73=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 73 (28.91% from 255 or 89.02% from 82); Max value from RGB is 73 - color contains mainly: blue. Hex color #010849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010849 is #FEF7B6. Grayscale: #0D0D0D. Windows color (decimal): -16709559 or 4786177. OLE color: 4786177.

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

Color convert

RGB 1 8 73 -
CMYK 0.99 0.89 0 0.71
HSL 234.17º 0.97% 0.15% -
HSV(B) 234.17º 0.99% 0.29% -
XYZ 1.3 0.66 6.36 -
YUV 13.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 1 8 73 0.99 0.89 0 0.71 234.17 0.97 0.15
Hex 1 8 49 63 59 0 47 EA 61 F
Octal 1 10 111 143 131 0 107 352 141 17
Binary 1 1000 1001001 1100011 1011001 0 1000111 11101010 1100001 1111

Color Harmonies of #010849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010849

Black with #010849

Text Example


Text Example

White with #010849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010849; }

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

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

background-color css

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

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

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

border-color css

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

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

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