Html Css Color HEX #032963 Sapphire

📋 copy color: '#032963'

red 3 ◦ green 41 ◦ blue 99

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

Shades of Sapphire #032963

Tints of Sapphire #032963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

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

R = 2.1%
G = 28.67%
B = 69.23%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#032963 (or 0x032963) is known color: Sapphire. HEX triplet: 03, 29 and 63. RGB value is (3,41,99). Sum of RGB (Red+Green+Blue) = 3+41+99=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #032963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032963 is #FCD69C. Grayscale: #232323. Windows color (decimal): -16570013 or 6498563. OLE color: 6498563.

HSL color Cylindrical-coordinate representation of color #032963: hue angle of 216.25º 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 #032963 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 41 99 -
CMYK 0.97 0.59 0 0.61
HSL 216.25º 0.94% 0.2% -
HSV(B) 216.25º 0.97% 0.39% -
XYZ 3.08 2.51 12.13 -
YUV 36.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 3 41 99 0.97 0.59 0 0.61 216.25 0.94 0.2
Hex 3 29 63 61 3B 0 3D D8 5E 14
Octal 3 51 143 141 73 0 75 330 136 24
Binary 11 101001 1100011 1100001 111011 0 111101 11011000 1011110 10100

Color Harmonies of #032963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032963

Black with #032963

Text Example


Text Example

White with #032963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032963; }

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

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

background-color css

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

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

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

border-color css

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

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

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