Html Css Color HEX #032183 Sapphire

📋 copy color: '#032183'

red 3 ◦ green 33 ◦ blue 131

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

Shades of Sapphire #032183

Tints of Sapphire #032183

RGB

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

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

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

R = 1.8%
G = 19.76%
B = 78.44%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#032183 (or 0x032183) is known color: Sapphire. HEX triplet: 03, 21 and 83. RGB value is (3,33,131). Sum of RGB (Red+Green+Blue) = 3+33+131=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #032183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032183 is #FCDE7C. Grayscale: #222222. Windows color (decimal): -16572029 or 8593667. OLE color: 8593667.

HSL color Cylindrical-coordinate representation of color #032183: hue angle of 225.94º 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 #032183 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 33 131 -
CMYK 0.98 0.75 0 0.49
HSL 225.94º 0.96% 0.26% -
HSV(B) 225.94º 0.98% 0.51% -
XYZ 4.68 2.75 21.76 -
YUV 35.2 182.06 105.03 -
System Red Green Blue C M Y K H S L
Decimal 3 33 131 0.98 0.75 0 0.49 225.94 0.96 0.26
Hex 3 21 83 62 4B 0 31 E2 60 1A
Octal 3 41 203 142 113 0 61 342 140 32
Binary 11 100001 10000011 1100010 1001011 0 110001 11100010 1100000 11010

Color Harmonies of #032183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032183

Black with #032183

Text Example


Text Example

White with #032183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032183; }

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

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

background-color css

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

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

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

border-color css

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

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

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