Html Css Color HEX #022F87 Smalt

📋 copy color: '#022F87'

red 2 ◦ green 47 ◦ blue 135

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

Shades of Smalt #022F87

Tints of Smalt #022F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

 BLUE value IS 135 (53.13% from 255) = 73.37%

R = 1.09%
G = 25.54%
B = 73.37%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#022F87 (or 0x022F87) is known color: Smalt. HEX triplet: 02, 2F and 87. RGB value is (2,47,135). Sum of RGB (Red+Green+Blue) = 2+47+135=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 135 (53.12% from 255 or 73.37% from 184); Max value from RGB is 135 - color contains mainly: blue. Hex color #022F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F87 is #FDD078. Grayscale: #2B2B2B. Windows color (decimal): -16633977 or 8859394. OLE color: 8859394.

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

Color convert

RGB 2 47 135 -
CMYK 0.99 0.65 0 0.47
HSL 219.7º 0.97% 0.27% -
HSV(B) 219.7º 0.99% 0.53% -
XYZ 5.41 3.8 23.37 -
YUV 43.58 179.59 98.34 -
System Red Green Blue C M Y K H S L
Decimal 2 47 135 0.99 0.65 0 0.47 219.7 0.97 0.27
Hex 2 2F 87 63 41 0 2F DC 61 1B
Octal 2 57 207 143 101 0 57 334 141 33
Binary 10 101111 10000111 1100011 1000001 0 101111 11011100 1100001 11011

Color Harmonies of #022F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F87

Black with #022F87

Text Example


Text Example

White with #022F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,47,135); }

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

background-color css

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

 a { background-color: rgb(2,47,135); }

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

border-color css

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

 span { border-color: rgb(2,47,135); }

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