Html Css Color HEX #022794 Smalt

📋 copy color: '#022794'

red 2 ◦ green 39 ◦ blue 148

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

Shades of Smalt #022794

Tints of Smalt #022794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

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

R = 1.06%
G = 20.63%
B = 78.31%

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

#022794 (or 0x022794) is known color: Smalt. HEX triplet: 02, 27 and 94. RGB value is (2,39,148). Sum of RGB (Red+Green+Blue) = 2+39+148=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 148 (58.20% from 255 or 78.31% from 189); Max value from RGB is 148 - color contains mainly: blue. Hex color #022794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022794 is #FDD86B. Grayscale: #272727. Windows color (decimal): -16636012 or 9709314. OLE color: 9709314.

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

Color convert

RGB 2 39 148 -
CMYK 0.99 0.74 0 0.42
HSL 224.79º 0.97% 0.29% -
HSV(B) 224.79º 0.99% 0.58% -
XYZ 6.1 3.6 28.39 -
YUV 40.36 188.74 100.64 -
System Red Green Blue C M Y K H S L
Decimal 2 39 148 0.99 0.74 0 0.42 224.79 0.97 0.29
Hex 2 27 94 63 4A 0 2A E1 61 1D
Octal 2 47 224 143 112 0 52 341 141 35
Binary 10 100111 10010100 1100011 1001010 0 101010 11100001 1100001 11101

Color Harmonies of #022794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022794

Black with #022794

Text Example


Text Example

White with #022794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022794; }

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

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

background-color css

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

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

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

border-color css

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

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

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