Html Css Color HEX #032071 Sapphire

📋 copy color: '#032071'

red 3 ◦ green 32 ◦ blue 113

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

Shades of Sapphire #032071

Tints of Sapphire #032071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 76.35%

R = 2.03%
G = 21.62%
B = 76.35%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032071 (or 0x032071) is known color: Sapphire. HEX triplet: 03, 20 and 71. RGB value is (3,32,113). Sum of RGB (Red+Green+Blue) = 3+32+113=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #032071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032071 is #FCDF8E. Grayscale: #202020. Windows color (decimal): -16572303 or 7413763. OLE color: 7413763.

HSL color Cylindrical-coordinate representation of color #032071: hue angle of 224.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032071 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 32 113 -
CMYK 0.97 0.72 0 0.56
HSL 224.18º 0.95% 0.23% -
HSV(B) 224.18º 0.97% 0.44% -
XYZ 3.53 2.24 15.87 -
YUV 32.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 3 32 113 0.97 0.72 0 0.56 224.18 0.95 0.23
Hex 3 20 71 61 48 0 38 E0 5F 17
Octal 3 40 161 141 110 0 70 340 137 27
Binary 11 100000 1110001 1100001 1001000 0 111000 11100000 1011111 10111

Color Harmonies of #032071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032071

Black with #032071

Text Example


Text Example

White with #032071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032071; }

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

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

background-color css

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

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

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

border-color css

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

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

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