Html Css Color HEX #032979 Sapphire

📋 copy color: '#032979'

red 3 ◦ green 41 ◦ blue 121

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

Shades of Sapphire #032979

Tints of Sapphire #032979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.85%

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

R = 1.82%
G = 24.85%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032979 (or 0x032979) is known color: Sapphire. HEX triplet: 03, 29 and 79. RGB value is (3,41,121). Sum of RGB (Red+Green+Blue) = 3+41+121=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #032979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032979 is #FCD686. Grayscale: #262626. Windows color (decimal): -16569991 or 7940355. OLE color: 7940355.

HSL color Cylindrical-coordinate representation of color #032979: hue angle of 220.68º 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 #032979 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 41 121 -
CMYK 0.98 0.66 0 0.53
HSL 220.68º 0.95% 0.24% -
HSV(B) 220.68º 0.98% 0.47% -
XYZ 4.28 2.99 18.44 -
YUV 38.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 3 41 121 0.98 0.66 0 0.53 220.68 0.95 0.24
Hex 3 29 79 62 42 0 35 DD 5F 18
Octal 3 51 171 142 102 0 65 335 137 30
Binary 11 101001 1111001 1100010 1000010 0 110101 11011101 1011111 11000

Color Harmonies of #032979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032979

Black with #032979

Text Example


Text Example

White with #032979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032979; }

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

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

background-color css

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

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

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

border-color css

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

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

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