Html Css Color HEX #022E8A Smalt

📋 copy color: '#022E8A'

red 2 ◦ green 46 ◦ blue 138

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

Shades of Smalt #022E8A

Tints of Smalt #022E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.73%

 BLUE value IS 138 (54.3% from 255) = 74.19%

R = 1.08%
G = 24.73%
B = 74.19%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#022E8A (or 0x022E8A) is known color: Smalt. HEX triplet: 02, 2E and 8A. RGB value is (2,46,138). Sum of RGB (Red+Green+Blue) = 2+46+138=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #022E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022E8A is #FDD175. Grayscale: #2A2A2A. Windows color (decimal): -16634230 or 9055746. OLE color: 9055746.

HSL color Cylindrical-coordinate representation of color #022E8A: hue angle of 220.59º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022E8A is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 46 138 -
CMYK 0.99 0.67 0 0.46
HSL 220.59º 0.97% 0.27% -
HSV(B) 220.59º 0.99% 0.54% -
XYZ 5.59 3.8 24.48 -
YUV 43.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 2 46 138 0.99 0.67 0 0.46 220.59 0.97 0.27
Hex 2 2E 8A 63 43 0 2E DD 61 1B
Octal 2 56 212 143 103 0 56 335 141 33
Binary 10 101110 10001010 1100011 1000011 0 101110 11011101 1100001 11011

Color Harmonies of #022E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E8A

Black with #022E8A

Text Example


Text Example

White with #022E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022E8A; }

 p { color: rgb(2,46,138); }

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

background-color css

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

 a { background-color: rgb(2,46,138); }

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

border-color css

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

 span { border-color: rgb(2,46,138); }

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