Html Css Color HEX #032078 Sapphire

📋 copy color: '#032078'

red 3 ◦ green 32 ◦ blue 120

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

Shades of Sapphire #032078

Tints of Sapphire #032078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 77.42%

R = 1.94%
G = 20.65%
B = 77.42%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032078 (or 0x032078) is known color: Sapphire. HEX triplet: 03, 20 and 78. RGB value is (3,32,120). Sum of RGB (Red+Green+Blue) = 3+32+120=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 120 (47.27% from 255 or 77.42% from 155); Max value from RGB is 120 - color contains mainly: blue. Hex color #032078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032078 is #FCDF87. Grayscale: #202020. Windows color (decimal): -16572296 or 7872515. OLE color: 7872515.

HSL color Cylindrical-coordinate representation of color #032078: hue angle of 225.13º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032078 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 32 120 -
CMYK 0.98 0.73 0 0.53
HSL 225.13º 0.95% 0.24% -
HSV(B) 225.13º 0.98% 0.47% -
XYZ 3.94 2.41 18.03 -
YUV 33.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 3 32 120 0.98 0.73 0 0.53 225.13 0.95 0.24
Hex 3 20 78 62 49 0 35 E1 5F 18
Octal 3 40 170 142 111 0 65 341 137 30
Binary 11 100000 1111000 1100010 1001001 0 110101 11100001 1011111 11000

Color Harmonies of #032078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032078

Black with #032078

Text Example


Text Example

White with #032078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032078; }

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

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

background-color css

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

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

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

border-color css

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

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

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