Html Css Color HEX #022E8B Smalt

📋 copy color: '#022E8B'

red 2 ◦ green 46 ◦ blue 139

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

Shades of Smalt #022E8B

Tints of Smalt #022E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 74.33%

R = 1.07%
G = 24.6%
B = 74.33%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#022E8B (or 0x022E8B) is known color: Smalt. HEX triplet: 02, 2E and 8B. RGB value is (2,46,139). Sum of RGB (Red+Green+Blue) = 2+46+139=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #022E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022E8B is #FDD174. Grayscale: #2B2B2B. Windows color (decimal): -16634229 or 9121282. OLE color: 9121282.

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

Color convert

RGB 2 46 139 -
CMYK 0.99 0.67 0 0.45
HSL 220.73º 0.97% 0.28% -
HSV(B) 220.73º 0.99% 0.55% -
XYZ 5.66 3.83 24.87 -
YUV 43.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 2 46 139 0.99 0.67 0 0.45 220.73 0.97 0.28
Hex 2 2E 8B 63 43 0 2D DD 61 1C
Octal 2 56 213 143 103 0 55 335 141 34
Binary 10 101110 10001011 1100011 1000011 0 101101 11011101 1100001 11100

Color Harmonies of #022E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E8B

Black with #022E8B

Text Example


Text Example

White with #022E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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