Html Css Color HEX #032879 Sapphire

📋 copy color: '#032879'

red 3 ◦ green 40 ◦ blue 121

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

Shades of Sapphire #032879

Tints of Sapphire #032879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 73.78%

R = 1.83%
G = 24.39%
B = 73.78%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032879 (or 0x032879) is known color: Sapphire. HEX triplet: 03, 28 and 79. RGB value is (3,40,121). Sum of RGB (Red+Green+Blue) = 3+40+121=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #032879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032879 is #FCD786. Grayscale: #252525. Windows color (decimal): -16570247 or 7940099. OLE color: 7940099.

HSL color Cylindrical-coordinate representation of color #032879: hue angle of 221.19º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032879 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 40 121 -
CMYK 0.98 0.67 0 0.53
HSL 221.19º 0.95% 0.24% -
HSV(B) 221.19º 0.98% 0.47% -
XYZ 4.25 2.92 18.43 -
YUV 38.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 3 40 121 0.98 0.67 0 0.53 221.19 0.95 0.24
Hex 3 28 79 62 43 0 35 DD 5F 18
Octal 3 50 171 142 103 0 65 335 137 30
Binary 11 101000 1111001 1100010 1000011 0 110101 11011101 1011111 11000

Color Harmonies of #032879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032879

Black with #032879

Text Example


Text Example

White with #032879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032879; }

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

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

background-color css

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

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

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

border-color css

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

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

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