Html Css Color HEX #032149 Sapphire

📋 copy color: '#032149'

red 3 ◦ green 33 ◦ blue 73

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

Shades of Sapphire #032149

Tints of Sapphire #032149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

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

R = 2.75%
G = 30.28%
B = 66.97%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#032149 (or 0x032149) is known color: Sapphire. HEX triplet: 03, 21 and 49. RGB value is (3,33,73). Sum of RGB (Red+Green+Blue) = 3+33+73=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #032149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032149 is #FCDEB6. Grayscale: #1C1C1C. Windows color (decimal): -16572087 or 4792579. OLE color: 4792579.

HSL color Cylindrical-coordinate representation of color #032149: hue angle of 214.29º 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 #032149 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 33 73 -
CMYK 0.96 0.55 0 0.71
HSL 214.29º 0.92% 0.15% -
HSV(B) 214.29º 0.96% 0.29% -
XYZ 1.78 1.59 6.52 -
YUV 28.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 3 33 73 0.96 0.55 0 0.71 214.29 0.92 0.15
Hex 3 21 49 60 37 0 47 D6 5C F
Octal 3 41 111 140 67 0 107 326 134 17
Binary 11 100001 1001001 1100000 110111 0 1000111 11010110 1011100 1111

Color Harmonies of #032149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032149

Black with #032149

Text Example


Text Example

White with #032149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032149; }

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

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

background-color css

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

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

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

border-color css

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

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

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