Html Css Color HEX #032072 Sapphire

📋 copy color: '#032072'

red 3 ◦ green 32 ◦ blue 114

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

Shades of Sapphire #032072

Tints of Sapphire #032072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 76.51%

R = 2.01%
G = 21.48%
B = 76.51%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#032072 (or 0x032072) is known color: Sapphire. HEX triplet: 03, 20 and 72. RGB value is (3,32,114). Sum of RGB (Red+Green+Blue) = 3+32+114=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #032072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032072 is #FCDF8D. Grayscale: #202020. Windows color (decimal): -16572302 or 7479299. OLE color: 7479299.

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

Color convert

RGB 3 32 114 -
CMYK 0.97 0.72 0 0.55
HSL 224.32º 0.95% 0.23% -
HSV(B) 224.32º 0.97% 0.45% -
XYZ 3.59 2.27 16.17 -
YUV 32.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 3 32 114 0.97 0.72 0 0.55 224.32 0.95 0.23
Hex 3 20 72 61 48 0 37 E0 5F 17
Octal 3 40 162 141 110 0 67 340 137 27
Binary 11 100000 1110010 1100001 1001000 0 110111 11100000 1011111 10111

Color Harmonies of #032072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032072

Black with #032072

Text Example


Text Example

White with #032072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032072; }

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

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

background-color css

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

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

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

border-color css

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

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

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