Html Css Color HEX #032165 Sapphire

📋 copy color: '#032165'

red 3 ◦ green 33 ◦ blue 101

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

Shades of Sapphire #032165

Tints of Sapphire #032165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 73.72%

R = 2.19%
G = 24.09%
B = 73.72%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#032165 (or 0x032165) is known color: Sapphire. HEX triplet: 03, 21 and 65. RGB value is (3,33,101). Sum of RGB (Red+Green+Blue) = 3+33+101=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 101 (39.84% from 255 or 73.72% from 137); Max value from RGB is 101 - color contains mainly: blue. Hex color #032165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032165 is #FCDE9A. Grayscale: #1F1F1F. Windows color (decimal): -16572059 or 6627587. OLE color: 6627587.

HSL color Cylindrical-coordinate representation of color #032165: hue angle of 221.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032165 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 33 101 -
CMYK 0.97 0.67 0 0.60
HSL 221.63º 0.94% 0.2% -
HSV(B) 221.63º 0.97% 0.4% -
XYZ 2.93 2.05 12.55 -
YUV 31.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 3 33 101 0.97 0.67 0 0.60 221.63 0.94 0.2
Hex 3 21 65 61 43 0 3C DE 5E 14
Octal 3 41 145 141 103 0 74 336 136 24
Binary 11 100001 1100101 1100001 1000011 0 111100 11011110 1011110 10100

Color Harmonies of #032165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032165

Black with #032165

Text Example


Text Example

White with #032165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032165; }

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

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

background-color css

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

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

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

border-color css

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

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

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