Html Css Color HEX #022D98 Smalt

📋 copy color: '#022D98'

red 2 ◦ green 45 ◦ blue 152

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

Shades of Smalt #022D98

Tints of Smalt #022D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 76.38%

R = 1.01%
G = 22.61%
B = 76.38%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#022D98 (or 0x022D98) is known color: Smalt. HEX triplet: 02, 2D and 98. RGB value is (2,45,152). Sum of RGB (Red+Green+Blue) = 2+45+152=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #022D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D98 is #FDD267. Grayscale: #2B2B2B. Windows color (decimal): -16634472 or 9972994. OLE color: 9972994.

HSL color Cylindrical-coordinate representation of color #022D98: hue angle of 222.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022D98 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 45 152 -
CMYK 0.99 0.70 0 0.40
HSL 222.8º 0.97% 0.3% -
HSV(B) 222.8º 0.99% 0.6% -
XYZ 6.63 4.16 30.16 -
YUV 44.34 188.75 97.8 -
System Red Green Blue C M Y K H S L
Decimal 2 45 152 0.99 0.70 0 0.40 222.8 0.97 0.3
Hex 2 2D 98 63 46 0 28 DF 61 1E
Octal 2 55 230 143 106 0 50 337 141 36
Binary 10 101101 10011000 1100011 1000110 0 101000 11011111 1100001 11110

Color Harmonies of #022D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D98

Black with #022D98

Text Example


Text Example

White with #022D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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