Html Css Color HEX #002873 Sapphire

📋 copy color: '#002873'

red 0 ◦ green 40 ◦ blue 115

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

Shades of Sapphire #002873

Tints of Sapphire #002873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

 BLUE value IS 115 (45.31% from 255) = 74.19%

R = 0%
G = 25.81%
B = 74.19%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002873 (or 0x002873) is known color: Sapphire. HEX triplet: 00, 28 and 73. RGB value is (0,40,115). Sum of RGB (Red+Green+Blue) = 0+40+115=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #002873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002873 is #FFD78C. Grayscale: #242424. Windows color (decimal): -16766861 or 7546880. OLE color: 7546880.

HSL color Cylindrical-coordinate representation of color #002873: hue angle of 219.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002873 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 40 115 -
CMYK 1 0.65 0 0.55
HSL 219.13º 1% 0.23% -
HSV(B) 219.13º 1% 0.45% -
XYZ 3.85 2.76 16.55 -
YUV 36.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 0 40 115 1 0.65 0 0.55 219.13 1 0.23
Hex 0 28 73 64 41 0 37 DB 64 17
Octal 0 50 163 144 101 0 67 333 144 27
Binary 0 101000 1110011 1100100 1000001 0 110111 11011011 1100100 10111

Color Harmonies of #002873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002873

Black with #002873

Text Example


Text Example

White with #002873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002873; }

 p { color: rgb(0,40,115); }

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

background-color css

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

 a { background-color: rgb(0,40,115); }

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

border-color css

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

 span { border-color: rgb(0,40,115); }

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