Html Css Color HEX #032062 Sapphire

📋 copy color: '#032062'

red 3 ◦ green 32 ◦ blue 98

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

Shades of Sapphire #032062

Tints of Sapphire #032062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

 BLUE value IS 98 (38.67% from 255) = 73.68%

R = 2.26%
G = 24.06%
B = 73.68%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032062 (or 0x032062) is known color: Sapphire. HEX triplet: 03, 20 and 62. RGB value is (3,32,98). Sum of RGB (Red+Green+Blue) = 3+32+98=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #032062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032062 is #FCDF9D. Grayscale: #1E1E1E. Windows color (decimal): -16572318 or 6430723. OLE color: 6430723.

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

Color convert

RGB 3 32 98 -
CMYK 0.97 0.67 0 0.62
HSL 221.68º 0.94% 0.2% -
HSV(B) 221.68º 0.97% 0.38% -
XYZ 2.76 1.93 11.78 -
YUV 30.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 3 32 98 0.97 0.67 0 0.62 221.68 0.94 0.2
Hex 3 20 62 61 43 0 3E DE 5E 14
Octal 3 40 142 141 103 0 76 336 136 24
Binary 11 100000 1100010 1100001 1000011 0 111110 11011110 1011110 10100

Color Harmonies of #032062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032062

Black with #032062

Text Example


Text Example

White with #032062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032062; }

 p { color: rgb(3,32,98); }

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

background-color css

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

 a { background-color: rgb(3,32,98); }

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

border-color css

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

 span { border-color: rgb(3,32,98); }

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