Html Css Color HEX #022886 Smalt

📋 copy color: '#022886'

red 2 ◦ green 40 ◦ blue 134

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

Shades of Smalt #022886

Tints of Smalt #022886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 134 (52.73% from 255) = 76.14%

R = 1.14%
G = 22.73%
B = 76.14%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#022886 (or 0x022886) is known color: Smalt. HEX triplet: 02, 28 and 86. RGB value is (2,40,134). Sum of RGB (Red+Green+Blue) = 2+40+134=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 134 (52.73% from 255 or 76.14% from 176); Max value from RGB is 134 - color contains mainly: blue. Hex color #022886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022886 is #FDD779. Grayscale: #262626. Windows color (decimal): -16635770 or 8792066. OLE color: 8792066.

HSL color Cylindrical-coordinate representation of color #022886: hue angle of 222.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022886 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 40 134 -
CMYK 0.99 0.70 0 0.47
HSL 222.73º 0.97% 0.27% -
HSV(B) 222.73º 0.99% 0.53% -
XYZ 5.09 3.25 22.91 -
YUV 39.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 2 40 134 0.99 0.70 0 0.47 222.73 0.97 0.27
Hex 2 28 86 63 46 0 2F DF 61 1B
Octal 2 50 206 143 106 0 57 337 141 33
Binary 10 101000 10000110 1100011 1000110 0 101111 11011111 1100001 11011

Color Harmonies of #022886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022886

Black with #022886

Text Example


Text Example

White with #022886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022886; }

 p { color: rgb(2,40,134); }

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

background-color css

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

 a { background-color: rgb(2,40,134); }

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

border-color css

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

 span { border-color: rgb(2,40,134); }

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