Html Css Color HEX #022593 Smalt

📋 copy color: '#022593'

red 2 ◦ green 37 ◦ blue 147

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

Shades of Smalt #022593

Tints of Smalt #022593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 1.08%
G = 19.89%
B = 79.03%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022593 (or 0x022593) is known color: Smalt. HEX triplet: 02, 25 and 93. RGB value is (2,37,147). Sum of RGB (Red+Green+Blue) = 2+37+147=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #022593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022593 is #FDDA6C. Grayscale: #262626. Windows color (decimal): -16636525 or 9643266. OLE color: 9643266.

HSL color Cylindrical-coordinate representation of color #022593: hue angle of 225.52º 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 #022593 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 37 147 -
CMYK 0.99 0.75 0 0.42
HSL 225.52º 0.97% 0.29% -
HSV(B) 225.52º 0.99% 0.58% -
XYZ 5.95 3.44 27.95 -
YUV 39.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 2 37 147 0.99 0.75 0 0.42 225.52 0.97 0.29
Hex 2 25 93 63 4B 0 2A E2 61 1D
Octal 2 45 223 143 113 0 52 342 141 35
Binary 10 100101 10010011 1100011 1001011 0 101010 11100010 1100001 11101

Color Harmonies of #022593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022593

Black with #022593

Text Example


Text Example

White with #022593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022593; }

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

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

background-color css

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

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

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

border-color css

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

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

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