Html Css Color HEX #032048 Sapphire

📋 copy color: '#032048'

red 3 ◦ green 32 ◦ blue 72

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

Shades of Sapphire #032048

Tints of Sapphire #032048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 2.8%
G = 29.91%
B = 67.29%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#032048 (or 0x032048) is known color: Sapphire. HEX triplet: 03, 20 and 48. RGB value is (3,32,72). Sum of RGB (Red+Green+Blue) = 3+32+72=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #032048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032048 is #FCDFB7. Grayscale: #1B1B1B. Windows color (decimal): -16572344 or 4726787. OLE color: 4726787.

HSL color Cylindrical-coordinate representation of color #032048: hue angle of 214.78º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032048 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 32 72 -
CMYK 0.96 0.56 0 0.72
HSL 214.78º 0.92% 0.15% -
HSV(B) 214.78º 0.96% 0.28% -
XYZ 1.72 1.52 6.33 -
YUV 27.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 3 32 72 0.96 0.56 0 0.72 214.78 0.92 0.15
Hex 3 20 48 60 38 0 48 D7 5C F
Octal 3 40 110 140 70 0 110 327 134 17
Binary 11 100000 1001000 1100000 111000 0 1001000 11010111 1011100 1111

Color Harmonies of #032048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032048

Black with #032048

Text Example


Text Example

White with #032048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032048; }

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

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

background-color css

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

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

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

border-color css

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

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

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