Html Css Color HEX #023593 Smalt

📋 copy color: '#023593'

red 2 ◦ green 53 ◦ blue 147

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

Shades of Smalt #023593

Tints of Smalt #023593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

 BLUE value IS 147 (57.81% from 255) = 72.77%

R = 0.99%
G = 26.24%
B = 72.77%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#023593 (or 0x023593) is known color: Smalt. HEX triplet: 02, 35 and 93. RGB value is (2,53,147). Sum of RGB (Red+Green+Blue) = 2+53+147=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #023593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023593 is #FDCA6C. Grayscale: #303030. Windows color (decimal): -16632429 or 9647362. OLE color: 9647362.

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

Color convert

RGB 2 53 147 -
CMYK 0.99 0.64 0 0.42
HSL 218.9º 0.97% 0.29% -
HSV(B) 218.9º 0.99% 0.58% -
XYZ 6.56 4.67 28.16 -
YUV 48.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 2 53 147 0.99 0.64 0 0.42 218.9 0.97 0.29
Hex 2 35 93 63 40 0 2A DB 61 1D
Octal 2 65 223 143 100 0 52 333 141 35
Binary 10 110101 10010011 1100011 1000000 0 101010 11011011 1100001 11101

Color Harmonies of #023593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023593

Black with #023593

Text Example


Text Example

White with #023593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023593; }

 p { color: rgb(2,53,147); }

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

background-color css

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

 a { background-color: rgb(2,53,147); }

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

border-color css

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

 span { border-color: rgb(2,53,147); }

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