Html Css Color HEX #022D86 Smalt

📋 copy color: '#022D86'

red 2 ◦ green 45 ◦ blue 134

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

Shades of Smalt #022D86

Tints of Smalt #022D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.86%

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

R = 1.1%
G = 24.86%
B = 74.03%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#022D86 (or 0x022D86) is known color: Smalt. HEX triplet: 02, 2D and 86. RGB value is (2,45,134). Sum of RGB (Red+Green+Blue) = 2+45+134=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #022D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D86 is #FDD279. Grayscale: #292929. Windows color (decimal): -16634490 or 8793346. OLE color: 8793346.

HSL color Cylindrical-coordinate representation of color #022D86: hue angle of 220.45º 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 #022D86 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 45 134 -
CMYK 0.99 0.66 0 0.47
HSL 220.45º 0.97% 0.27% -
HSV(B) 220.45º 0.99% 0.53% -
XYZ 5.27 3.61 22.97 -
YUV 42.29 179.75 99.26 -
System Red Green Blue C M Y K H S L
Decimal 2 45 134 0.99 0.66 0 0.47 220.45 0.97 0.27
Hex 2 2D 86 63 42 0 2F DC 61 1B
Octal 2 55 206 143 102 0 57 334 141 33
Binary 10 101101 10000110 1100011 1000010 0 101111 11011100 1100001 11011

Color Harmonies of #022D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D86

Black with #022D86

Text Example


Text Example

White with #022D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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