Html Css Color HEX #032980 Sapphire

📋 copy color: '#032980'

red 3 ◦ green 41 ◦ blue 128

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

Shades of Sapphire #032980

Tints of Sapphire #032980

RGB

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

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

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

R = 1.74%
G = 23.84%
B = 74.42%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#032980 (or 0x032980) is known color: Sapphire. HEX triplet: 03, 29 and 80. RGB value is (3,41,128). Sum of RGB (Red+Green+Blue) = 3+41+128=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #032980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032980 is #FCD67F. Grayscale: #272727. Windows color (decimal): -16569984 or 8399107. OLE color: 8399107.

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

Color convert

RGB 3 41 128 -
CMYK 0.98 0.68 0 0.50
HSL 221.76º 0.95% 0.26% -
HSV(B) 221.76º 0.98% 0.5% -
XYZ 4.73 3.16 20.78 -
YUV 39.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 3 41 128 0.98 0.68 0 0.50 221.76 0.95 0.26
Hex 3 29 80 62 44 0 32 DE 5F 1A
Octal 3 51 200 142 104 0 62 336 137 32
Binary 11 101001 10000000 1100010 1000100 0 110010 11011110 1011111 11010

Color Harmonies of #032980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032980

Black with #032980

Text Example


Text Example

White with #032980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032980; }

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

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

background-color css

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

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

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

border-color css

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

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

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