Html Css Color HEX #032163 Sapphire

📋 copy color: '#032163'

red 3 ◦ green 33 ◦ blue 99

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

Shades of Sapphire #032163

Tints of Sapphire #032163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 2.22%
G = 24.44%
B = 73.33%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#032163 (or 0x032163) is known color: Sapphire. HEX triplet: 03, 21 and 63. RGB value is (3,33,99). Sum of RGB (Red+Green+Blue) = 3+33+99=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #032163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032163 is #FCDE9C. Grayscale: #1F1F1F. Windows color (decimal): -16572061 or 6496515. OLE color: 6496515.

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

Color convert

RGB 3 33 99 -
CMYK 0.97 0.67 0 0.61
HSL 221.25º 0.94% 0.2% -
HSV(B) 221.25º 0.97% 0.39% -
XYZ 2.83 2.01 12.04 -
YUV 31.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 3 33 99 0.97 0.67 0 0.61 221.25 0.94 0.2
Hex 3 21 63 61 43 0 3D DD 5E 14
Octal 3 41 143 141 103 0 75 335 136 24
Binary 11 100001 1100011 1100001 1000011 0 111101 11011101 1011110 10100

Color Harmonies of #032163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032163

Black with #032163

Text Example


Text Example

White with #032163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032163; }

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

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

background-color css

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

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

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

border-color css

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

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

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