Html Css Color HEX #032080 Sapphire

📋 copy color: '#032080'

red 3 ◦ green 32 ◦ blue 128

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

Shades of Sapphire #032080

Tints of Sapphire #032080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 78.53%

R = 1.84%
G = 19.63%
B = 78.53%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#032080 (or 0x032080) is known color: Sapphire. HEX triplet: 03, 20 and 80. RGB value is (3,32,128). Sum of RGB (Red+Green+Blue) = 3+32+128=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #032080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032080 is #FCDF7F. Grayscale: #212121. Windows color (decimal): -16572288 or 8396803. OLE color: 8396803.

HSL color Cylindrical-coordinate representation of color #032080: hue angle of 226.08º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032080 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 32 128 -
CMYK 0.98 0.75 0 0.50
HSL 226.08º 0.95% 0.26% -
HSV(B) 226.08º 0.98% 0.5% -
XYZ 4.45 2.61 20.69 -
YUV 34.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 3 32 128 0.98 0.75 0 0.50 226.08 0.95 0.26
Hex 3 20 80 62 4B 0 32 E2 5F 1A
Octal 3 40 200 142 113 0 62 342 137 32
Binary 11 100000 10000000 1100010 1001011 0 110010 11100010 1011111 11010

Color Harmonies of #032080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032080

Black with #032080

Text Example


Text Example

White with #032080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032080; }

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

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

background-color css

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

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

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

border-color css

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

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

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