Html Css Color HEX #022395 Smalt

📋 copy color: '#022395'

red 2 ◦ green 35 ◦ blue 149

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

Shades of Smalt #022395

Tints of Smalt #022395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

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

R = 1.08%
G = 18.82%
B = 80.11%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022395 (or 0x022395) is known color: Smalt. HEX triplet: 02, 23 and 95. RGB value is (2,35,149). Sum of RGB (Red+Green+Blue) = 2+35+149=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #022395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022395 is #FDDC6A. Grayscale: #252525. Windows color (decimal): -16637035 or 9773826. OLE color: 9773826.

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

Color convert

RGB 2 35 149 -
CMYK 0.99 0.77 0 0.42
HSL 226.53º 0.97% 0.3% -
HSV(B) 226.53º 0.99% 0.58% -
XYZ 6.05 3.38 28.77 -
YUV 38.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 2 35 149 0.99 0.77 0 0.42 226.53 0.97 0.3
Hex 2 23 95 63 4D 0 2A E3 61 1E
Octal 2 43 225 143 115 0 52 343 141 36
Binary 10 100011 10010101 1100011 1001101 0 101010 11100011 1100001 11110

Color Harmonies of #022395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022395

Black with #022395

Text Example


Text Example

White with #022395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022395; }

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

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

background-color css

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

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

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

border-color css

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

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

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