Html Css Color HEX #022594 Smalt

📋 copy color: '#022594'

red 2 ◦ green 37 ◦ blue 148

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

Shades of Smalt #022594

Tints of Smalt #022594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 79.14%

R = 1.07%
G = 19.79%
B = 79.14%

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

#022594 (or 0x022594) is known color: Smalt. HEX triplet: 02, 25 and 94. RGB value is (2,37,148). Sum of RGB (Red+Green+Blue) = 2+37+148=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #022594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022594 is #FDDA6B. Grayscale: #262626. Windows color (decimal): -16636524 or 9708802. OLE color: 9708802.

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

Color convert

RGB 2 37 148 -
CMYK 0.99 0.75 0 0.42
HSL 225.62º 0.97% 0.29% -
HSV(B) 225.62º 0.99% 0.58% -
XYZ 6.03 3.47 28.37 -
YUV 39.19 189.4 101.47 -
System Red Green Blue C M Y K H S L
Decimal 2 37 148 0.99 0.75 0 0.42 225.62 0.97 0.29
Hex 2 25 94 63 4B 0 2A E2 61 1D
Octal 2 45 224 143 113 0 52 342 141 35
Binary 10 100101 10010100 1100011 1001011 0 101010 11100010 1100001 11101

Color Harmonies of #022594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022594

Black with #022594

Text Example


Text Example

White with #022594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022594; }

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

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

background-color css

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

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

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

border-color css

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

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

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