Html Css Color HEX #032B78 Sapphire

📋 copy color: '#032B78'

red 3 ◦ green 43 ◦ blue 120

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

Shades of Sapphire #032B78

Tints of Sapphire #032B78

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.9%

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

R = 1.81%
G = 25.9%
B = 72.29%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032B78 (or 0x032B78) is known color: Sapphire. HEX triplet: 03, 2B and 78. RGB value is (3,43,120). Sum of RGB (Red+Green+Blue) = 3+43+120=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #032B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B78 is #FCD487. Grayscale: #272727. Windows color (decimal): -16569480 or 7875331. OLE color: 7875331.

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

Color convert

RGB 3 43 120 -
CMYK 0.98 0.64 0 0.53
HSL 219.49º 0.95% 0.24% -
HSV(B) 219.49º 0.98% 0.47% -
XYZ 4.29 3.1 18.14 -
YUV 39.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 3 43 120 0.98 0.64 0 0.53 219.49 0.95 0.24
Hex 3 2B 78 62 40 0 35 DB 5F 18
Octal 3 53 170 142 100 0 65 333 137 30
Binary 11 101011 1111000 1100010 1000000 0 110101 11011011 1011111 11000

Color Harmonies of #032B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B78

Black with #032B78

Text Example


Text Example

White with #032B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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