Html Css Color HEX #032148 Sapphire

📋 copy color: '#032148'

red 3 ◦ green 33 ◦ blue 72

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

Shades of Sapphire #032148

Tints of Sapphire #032148

RGB

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

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

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

R = 2.78%
G = 30.56%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#032148 (or 0x032148) is known color: Sapphire. HEX triplet: 03, 21 and 48. RGB value is (3,33,72). Sum of RGB (Red+Green+Blue) = 3+33+72=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #032148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032148 is #FCDEB7. Grayscale: #1C1C1C. Windows color (decimal): -16572088 or 4727043. OLE color: 4727043.

HSL color Cylindrical-coordinate representation of color #032148: hue angle of 213.91º 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 #032148 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 33 72 -
CMYK 0.96 0.54 0 0.72
HSL 213.91º 0.92% 0.15% -
HSV(B) 213.91º 0.96% 0.28% -
XYZ 1.75 1.57 6.34 -
YUV 28.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 3 33 72 0.96 0.54 0 0.72 213.91 0.92 0.15
Hex 3 21 48 60 36 0 48 D6 5C F
Octal 3 41 110 140 66 0 110 326 134 17
Binary 11 100001 1001000 1100000 110110 0 1001000 11010110 1011100 1111

Color Harmonies of #032148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032148

Black with #032148

Text Example


Text Example

White with #032148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032148; }

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

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

background-color css

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

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

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

border-color css

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

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

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