Html Css Color HEX #023187 Smalt

📋 copy color: '#023187'

red 2 ◦ green 49 ◦ blue 135

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

Shades of Smalt #023187

Tints of Smalt #023187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 72.58%

R = 1.08%
G = 26.34%
B = 72.58%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#023187 (or 0x023187) is known color: Smalt. HEX triplet: 02, 31 and 87. RGB value is (2,49,135). Sum of RGB (Red+Green+Blue) = 2+49+135=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 135 (53.12% from 255 or 72.58% from 186); Max value from RGB is 135 - color contains mainly: blue. Hex color #023187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023187 is #FDCE78. Grayscale: #2C2C2C. Windows color (decimal): -16633465 or 8859906. OLE color: 8859906.

HSL color Cylindrical-coordinate representation of color #023187: hue angle of 218.8º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023187 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 49 135 -
CMYK 0.99 0.64 0 0.47
HSL 218.8º 0.97% 0.27% -
HSV(B) 218.8º 0.99% 0.53% -
XYZ 5.5 3.96 23.4 -
YUV 44.75 178.93 97.51 -
System Red Green Blue C M Y K H S L
Decimal 2 49 135 0.99 0.64 0 0.47 218.8 0.97 0.27
Hex 2 31 87 63 40 0 2F DB 61 1B
Octal 2 61 207 143 100 0 57 333 141 33
Binary 10 110001 10000111 1100011 1000000 0 101111 11011011 1100001 11011

Color Harmonies of #023187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023187

Black with #023187

Text Example


Text Example

White with #023187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023187; }

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

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

background-color css

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

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

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

border-color css

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

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

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