Html Css Color HEX #032083 Sapphire

📋 copy color: '#032083'

red 3 ◦ green 32 ◦ blue 131

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

Shades of Sapphire #032083

Tints of Sapphire #032083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 78.92%

R = 1.81%
G = 19.28%
B = 78.92%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#032083 (or 0x032083) is known color: Sapphire. HEX triplet: 03, 20 and 83. RGB value is (3,32,131). Sum of RGB (Red+Green+Blue) = 3+32+131=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #032083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032083 is #FCDF7C. Grayscale: #222222. Windows color (decimal): -16572285 or 8593411. OLE color: 8593411.

HSL color Cylindrical-coordinate representation of color #032083: hue angle of 226.41º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032083 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 32 131 -
CMYK 0.98 0.76 0 0.49
HSL 226.41º 0.96% 0.26% -
HSV(B) 226.41º 0.98% 0.51% -
XYZ 4.65 2.69 21.75 -
YUV 34.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 3 32 131 0.98 0.76 0 0.49 226.41 0.96 0.26
Hex 3 20 83 62 4C 0 31 E2 60 1A
Octal 3 40 203 142 114 0 61 342 140 32
Binary 11 100000 10000011 1100010 1001100 0 110001 11100010 1100000 11010

Color Harmonies of #032083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032083

Black with #032083

Text Example


Text Example

White with #032083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032083; }

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

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

background-color css

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

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

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

border-color css

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

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

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