Html Css Color HEX #032A63 Sapphire

📋 copy color: '#032A63'

red 3 ◦ green 42 ◦ blue 99

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

Shades of Sapphire #032A63

Tints of Sapphire #032A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 68.75%

R = 2.08%
G = 29.17%
B = 68.75%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#032A63 (or 0x032A63) is known color: Sapphire. HEX triplet: 03, 2A and 63. RGB value is (3,42,99). Sum of RGB (Red+Green+Blue) = 3+42+99=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #032A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A63 is #FCD59C. Grayscale: #242424. Windows color (decimal): -16569757 or 6498819. OLE color: 6498819.

HSL color Cylindrical-coordinate representation of color #032A63: hue angle of 215.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A63 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 42 99 -
CMYK 0.97 0.58 0 0.61
HSL 215.63º 0.94% 0.2% -
HSV(B) 215.63º 0.97% 0.39% -
XYZ 3.12 2.58 12.14 -
YUV 36.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 3 42 99 0.97 0.58 0 0.61 215.63 0.94 0.2
Hex 3 2A 63 61 3A 0 3D D8 5E 14
Octal 3 52 143 141 72 0 75 330 136 24
Binary 11 101010 1100011 1100001 111010 0 111101 11011000 1011110 10100

Color Harmonies of #032A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A63

Black with #032A63

Text Example


Text Example

White with #032A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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