Html Css Color HEX #032180 Sapphire

📋 copy color: '#032180'

red 3 ◦ green 33 ◦ blue 128

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

Shades of Sapphire #032180

Tints of Sapphire #032180

RGB

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

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

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

R = 1.83%
G = 20.12%
B = 78.05%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#032180 (or 0x032180) is known color: Sapphire. HEX triplet: 03, 21 and 80. RGB value is (3,33,128). Sum of RGB (Red+Green+Blue) = 3+33+128=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 128 (50.39% from 255 or 78.05% from 164); Max value from RGB is 128 - color contains mainly: blue. Hex color #032180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032180 is #FCDE7F. Grayscale: #222222. Windows color (decimal): -16572032 or 8397059. OLE color: 8397059.

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

Color convert

RGB 3 33 128 -
CMYK 0.98 0.74 0 0.50
HSL 225.6º 0.95% 0.26% -
HSV(B) 225.6º 0.98% 0.5% -
XYZ 4.48 2.67 20.7 -
YUV 34.86 180.56 105.28 -
System Red Green Blue C M Y K H S L
Decimal 3 33 128 0.98 0.74 0 0.50 225.6 0.95 0.26
Hex 3 21 80 62 4A 0 32 E2 5F 1A
Octal 3 41 200 142 112 0 62 342 137 32
Binary 11 100001 10000000 1100010 1001010 0 110010 11100010 1011111 11010

Color Harmonies of #032180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032180

Black with #032180

Text Example


Text Example

White with #032180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032180; }

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

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

background-color css

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

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

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

border-color css

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

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

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