Html Css Color HEX #022595 Smalt

📋 copy color: '#022595'

red 2 ◦ green 37 ◦ blue 149

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

Shades of Smalt #022595

Tints of Smalt #022595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 79.26%

R = 1.06%
G = 19.68%
B = 79.26%

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

#022595 (or 0x022595) is known color: Smalt. HEX triplet: 02, 25 and 95. RGB value is (2,37,149). Sum of RGB (Red+Green+Blue) = 2+37+149=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #022595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022595 is #FDDA6A. Grayscale: #262626. Windows color (decimal): -16636523 or 9774338. OLE color: 9774338.

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

Color convert

RGB 2 37 149 -
CMYK 0.99 0.75 0 0.42
HSL 225.71º 0.97% 0.3% -
HSV(B) 225.71º 0.99% 0.58% -
XYZ 6.11 3.51 28.79 -
YUV 39.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 2 37 149 0.99 0.75 0 0.42 225.71 0.97 0.3
Hex 2 25 95 63 4B 0 2A E2 61 1E
Octal 2 45 225 143 113 0 52 342 141 36
Binary 10 100101 10010101 1100011 1001011 0 101010 11100010 1100001 11110

Color Harmonies of #022595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022595

Black with #022595

Text Example


Text Example

White with #022595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022595; }

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

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

background-color css

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

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

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

border-color css

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

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

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