Html Css Color HEX #032A78 Sapphire

📋 copy color: '#032A78'

red 3 ◦ green 42 ◦ blue 120

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

Shades of Sapphire #032A78

Tints of Sapphire #032A78

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.45%

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

R = 1.82%
G = 25.45%
B = 72.73%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032A78 (or 0x032A78) is known color: Sapphire. HEX triplet: 03, 2A and 78. RGB value is (3,42,120). Sum of RGB (Red+Green+Blue) = 3+42+120=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #032A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A78 is #FCD587. Grayscale: #262626. Windows color (decimal): -16569736 or 7875075. OLE color: 7875075.

HSL color Cylindrical-coordinate representation of color #032A78: hue angle of 220º 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 #032A78 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 42 120 -
CMYK 0.98 0.65 0 0.53
HSL 220º 0.95% 0.24% -
HSV(B) 220º 0.98% 0.47% -
XYZ 4.26 3.03 18.13 -
YUV 39.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 3 42 120 0.98 0.65 0 0.53 220 0.95 0.24
Hex 3 2A 78 62 41 0 35 DC 5F 18
Octal 3 52 170 142 101 0 65 334 137 30
Binary 11 101010 1111000 1100010 1000001 0 110101 11011100 1011111 11000

Color Harmonies of #032A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A78

Black with #032A78

Text Example


Text Example

White with #032A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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