Html Css Color HEX #020849 Sapphire

📋 copy color: '#020849'

red 2 ◦ green 8 ◦ blue 73

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

Shades of Sapphire #020849

Tints of Sapphire #020849

RGB

 RED value IS 2 (1.17% from 255) = 2.41%

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

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

R = 2.41%
G = 9.64%
B = 87.95%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#020849 (or 0x020849) is known color: Sapphire. HEX triplet: 02, 08 and 49. RGB value is (2,8,73). Sum of RGB (Red+Green+Blue) = 2+8+73=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 73 (28.91% from 255 or 87.95% from 83); Max value from RGB is 73 - color contains mainly: blue. Hex color #020849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020849 is #FDF7B6. Grayscale: #0D0D0D. Windows color (decimal): -16644023 or 4786178. OLE color: 4786178.

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

Color convert

RGB 2 8 73 -
CMYK 0.97 0.89 0 0.71
HSL 234.93º 0.95% 0.15% -
HSV(B) 234.93º 0.97% 0.29% -
XYZ 1.31 0.67 6.36 -
YUV 13.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 2 8 73 0.97 0.89 0 0.71 234.93 0.95 0.15
Hex 2 8 49 61 59 0 47 EB 5F F
Octal 2 10 111 141 131 0 107 353 137 17
Binary 10 1000 1001001 1100001 1011001 0 1000111 11101011 1011111 1111

Color Harmonies of #020849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020849

Black with #020849

Text Example


Text Example

White with #020849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020849; }

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

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

background-color css

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

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

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

border-color css

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

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

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