Html Css Color HEX #032059 Sapphire

📋 copy color: '#032059'

red 3 ◦ green 32 ◦ blue 89

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

Shades of Sapphire #032059

Tints of Sapphire #032059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 71.77%

R = 2.42%
G = 25.81%
B = 71.77%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032059 (or 0x032059) is known color: Sapphire. HEX triplet: 03, 20 and 59. RGB value is (3,32,89). Sum of RGB (Red+Green+Blue) = 3+32+89=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #032059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032059 is #FCDFA6. Grayscale: #1D1D1D. Windows color (decimal): -16572327 or 5840899. OLE color: 5840899.

HSL color Cylindrical-coordinate representation of color #032059: hue angle of 219.77º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032059 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 32 89 -
CMYK 0.97 0.64 0 0.65
HSL 219.77º 0.93% 0.18% -
HSV(B) 219.77º 0.97% 0.35% -
XYZ 2.36 1.77 9.67 -
YUV 29.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 3 32 89 0.97 0.64 0 0.65 219.77 0.93 0.18
Hex 3 20 59 61 40 0 41 DC 5D 12
Octal 3 40 131 141 100 0 101 334 135 22
Binary 11 100000 1011001 1100001 1000000 0 1000001 11011100 1011101 10010

Color Harmonies of #032059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032059

Black with #032059

Text Example


Text Example

White with #032059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032059; }

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

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

background-color css

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

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

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

border-color css

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

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

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