Html Css Color HEX #032873 Sapphire

📋 copy color: '#032873'

red 3 ◦ green 40 ◦ blue 115

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

Shades of Sapphire #032873

Tints of Sapphire #032873

RGB

 RED value IS 3 (1.56% from 255) = 1.9%

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

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

R = 1.9%
G = 25.32%
B = 72.78%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#032873 (or 0x032873) is known color: Sapphire. HEX triplet: 03, 28 and 73. RGB value is (3,40,115). Sum of RGB (Red+Green+Blue) = 3+40+115=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #032873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032873 is #FCD78C. Grayscale: #252525. Windows color (decimal): -16570253 or 7546883. OLE color: 7546883.

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

Color convert

RGB 3 40 115 -
CMYK 0.97 0.65 0 0.55
HSL 220.18º 0.95% 0.23% -
HSV(B) 220.18º 0.97% 0.45% -
XYZ 3.89 2.77 16.55 -
YUV 37.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 3 40 115 0.97 0.65 0 0.55 220.18 0.95 0.23
Hex 3 28 73 61 41 0 37 DC 5F 17
Octal 3 50 163 141 101 0 67 334 137 27
Binary 11 101000 1110011 1100001 1000001 0 110111 11011100 1011111 10111

Color Harmonies of #032873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032873

Black with #032873

Text Example


Text Example

White with #032873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032873; }

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

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

background-color css

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

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

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

border-color css

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

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

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