Html Css Color HEX #032049 Sapphire

📋 copy color: '#032049'

red 3 ◦ green 32 ◦ blue 73

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

Shades of Sapphire #032049

Tints of Sapphire #032049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.63%

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

R = 2.78%
G = 29.63%
B = 67.59%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#032049 (or 0x032049) is known color: Sapphire. HEX triplet: 03, 20 and 49. RGB value is (3,32,73). Sum of RGB (Red+Green+Blue) = 3+32+73=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #032049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032049 is #FCDFB6. Grayscale: #1B1B1B. Windows color (decimal): -16572343 or 4792323. OLE color: 4792323.

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

Color convert

RGB 3 32 73 -
CMYK 0.96 0.56 0 0.71
HSL 215.14º 0.92% 0.15% -
HSV(B) 215.14º 0.96% 0.29% -
XYZ 1.76 1.53 6.51 -
YUV 28 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 3 32 73 0.96 0.56 0 0.71 215.14 0.92 0.15
Hex 3 20 49 60 38 0 47 D7 5C F
Octal 3 40 111 140 70 0 107 327 134 17
Binary 11 100000 1001001 1100000 111000 0 1000111 11010111 1011100 1111

Color Harmonies of #032049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032049

Black with #032049

Text Example


Text Example

White with #032049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032049; }

 p { color: rgb(3,32,73); }

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

background-color css

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

 a { background-color: rgb(3,32,73); }

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

border-color css

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

 span { border-color: rgb(3,32,73); }

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