Html Css Color HEX #023181 Smalt

📋 copy color: '#023181'

red 2 ◦ green 49 ◦ blue 129

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

Shades of Smalt #023181

Tints of Smalt #023181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 71.67%

R = 1.11%
G = 27.22%
B = 71.67%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#023181 (or 0x023181) is known color: Smalt. HEX triplet: 02, 31 and 81. RGB value is (2,49,129). Sum of RGB (Red+Green+Blue) = 2+49+129=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 129 (50.78% from 255 or 71.67% from 180); Max value from RGB is 129 - color contains mainly: blue. Hex color #023181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023181 is #FDCE7E. Grayscale: #2B2B2B. Windows color (decimal): -16633471 or 8466690. OLE color: 8466690.

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

Color convert

RGB 2 49 129 -
CMYK 0.98 0.62 0 0.49
HSL 217.8º 0.97% 0.26% -
HSV(B) 217.8º 0.98% 0.51% -
XYZ 5.09 3.79 21.23 -
YUV 44.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 2 49 129 0.98 0.62 0 0.49 217.8 0.97 0.26
Hex 2 31 81 62 3E 0 31 DA 61 1A
Octal 2 61 201 142 76 0 61 332 141 32
Binary 10 110001 10000001 1100010 111110 0 110001 11011010 1100001 11010

Color Harmonies of #023181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023181

Black with #023181

Text Example


Text Example

White with #023181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023181; }

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

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

background-color css

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

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

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

border-color css

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

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

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