Html Css Color HEX #022586 Smalt

📋 copy color: '#022586'

red 2 ◦ green 37 ◦ blue 134

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

Shades of Smalt #022586

Tints of Smalt #022586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

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

R = 1.16%
G = 21.39%
B = 77.46%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#022586 (or 0x022586) is known color: Smalt. HEX triplet: 02, 25 and 86. RGB value is (2,37,134). Sum of RGB (Red+Green+Blue) = 2+37+134=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 134 (52.73% from 255 or 77.46% from 173); Max value from RGB is 134 - color contains mainly: blue. Hex color #022586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022586 is #FDDA79. Grayscale: #252525. Windows color (decimal): -16636538 or 8791298. OLE color: 8791298.

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

Color convert

RGB 2 37 134 -
CMYK 0.99 0.72 0 0.47
HSL 224.09º 0.97% 0.27% -
HSV(B) 224.09º 0.99% 0.53% -
XYZ 4.99 3.06 22.88 -
YUV 37.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 2 37 134 0.99 0.72 0 0.47 224.09 0.97 0.27
Hex 2 25 86 63 48 0 2F E0 61 1B
Octal 2 45 206 143 110 0 57 340 141 33
Binary 10 100101 10000110 1100011 1001000 0 101111 11100000 1100001 11011

Color Harmonies of #022586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022586

Black with #022586

Text Example


Text Example

White with #022586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022586; }

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

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

background-color css

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

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

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

border-color css

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

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

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