Html Css Color HEX #022695 Smalt

📋 copy color: '#022695'

red 2 ◦ green 38 ◦ blue 149

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

Shades of Smalt #022695

Tints of Smalt #022695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 1.06%
G = 20.11%
B = 78.84%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022695 (or 0x022695) is known color: Smalt. HEX triplet: 02, 26 and 95. RGB value is (2,38,149). Sum of RGB (Red+Green+Blue) = 2+38+149=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #022695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022695 is #FDD96A. Grayscale: #272727. Windows color (decimal): -16636267 or 9774594. OLE color: 9774594.

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

Color convert

RGB 2 38 149 -
CMYK 0.99 0.74 0 0.42
HSL 225.31º 0.97% 0.3% -
HSV(B) 225.31º 0.99% 0.58% -
XYZ 6.14 3.57 28.8 -
YUV 39.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 2 38 149 0.99 0.74 0 0.42 225.31 0.97 0.3
Hex 2 26 95 63 4A 0 2A E1 61 1E
Octal 2 46 225 143 112 0 52 341 141 36
Binary 10 100110 10010101 1100011 1001010 0 101010 11100001 1100001 11110

Color Harmonies of #022695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022695

Black with #022695

Text Example


Text Example

White with #022695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022695; }

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

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

background-color css

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

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

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

border-color css

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

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

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