Html Css Color HEX #023184 Smalt

📋 copy color: '#023184'

red 2 ◦ green 49 ◦ blue 132

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

Shades of Smalt #023184

Tints of Smalt #023184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.13%

R = 1.09%
G = 26.78%
B = 72.13%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#023184 (or 0x023184) is known color: Smalt. HEX triplet: 02, 31 and 84. RGB value is (2,49,132). Sum of RGB (Red+Green+Blue) = 2+49+132=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #023184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023184 is #FDCE7B. Grayscale: #2C2C2C. Windows color (decimal): -16633468 or 8663298. OLE color: 8663298.

HSL color Cylindrical-coordinate representation of color #023184: hue angle of 218.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023184 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 49 132 -
CMYK 0.98 0.63 0 0.48
HSL 218.31º 0.97% 0.26% -
HSV(B) 218.31º 0.98% 0.52% -
XYZ 5.29 3.88 22.3 -
YUV 44.41 177.43 97.75 -
System Red Green Blue C M Y K H S L
Decimal 2 49 132 0.98 0.63 0 0.48 218.31 0.97 0.26
Hex 2 31 84 62 3F 0 30 DA 61 1A
Octal 2 61 204 142 77 0 60 332 141 32
Binary 10 110001 10000100 1100010 111111 0 110000 11011010 1100001 11010

Color Harmonies of #023184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023184

Black with #023184

Text Example


Text Example

White with #023184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023184; }

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

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

background-color css

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

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

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

border-color css

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

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

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