Html Css Color HEX #023183 Smalt

📋 copy color: '#023183'

red 2 ◦ green 49 ◦ blue 131

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

Shades of Smalt #023183

Tints of Smalt #023183

RGB

 RED value IS 2 (1.17% from 255) = 1.1%

 GREEN value IS 49 (19.53% from 255) = 26.92%

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

R = 1.1%
G = 26.92%
B = 71.98%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#023183 (or 0x023183) is known color: Smalt. HEX triplet: 02, 31 and 83. RGB value is (2,49,131). Sum of RGB (Red+Green+Blue) = 2+49+131=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #023183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023183 is #FDCE7C. Grayscale: #2B2B2B. Windows color (decimal): -16633469 or 8597762. OLE color: 8597762.

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

Color convert

RGB 2 49 131 -
CMYK 0.98 0.63 0 0.49
HSL 218.14º 0.97% 0.26% -
HSV(B) 218.14º 0.98% 0.51% -
XYZ 5.22 3.85 21.94 -
YUV 44.3 176.93 97.83 -
System Red Green Blue C M Y K H S L
Decimal 2 49 131 0.98 0.63 0 0.49 218.14 0.97 0.26
Hex 2 31 83 62 3F 0 31 DA 61 1A
Octal 2 61 203 142 77 0 61 332 141 32
Binary 10 110001 10000011 1100010 111111 0 110001 11011010 1100001 11010

Color Harmonies of #023183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023183

Black with #023183

Text Example


Text Example

White with #023183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023183; }

 p { color: rgb(2,49,131); }

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

background-color css

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

 a { background-color: rgb(2,49,131); }

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

border-color css

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

 span { border-color: rgb(2,49,131); }

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