Html Css Color HEX #02228D Smalt

📋 copy color: '#02228D'

red 2 ◦ green 34 ◦ blue 141

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

Shades of Smalt #02228D

Tints of Smalt #02228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

 BLUE value IS 141 (55.47% from 255) = 79.66%

R = 1.13%
G = 19.21%
B = 79.66%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02228D (or 0x02228D) is known color: Smalt. HEX triplet: 02, 22 and 8D. RGB value is (2,34,141). Sum of RGB (Red+Green+Blue) = 2+34+141=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #02228D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02228D is #FDDD72. Grayscale: #242424. Windows color (decimal): -16637299 or 9249282. OLE color: 9249282.

HSL color Cylindrical-coordinate representation of color #02228D: hue angle of 226.19º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02228D is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 34 141 -
CMYK 0.99 0.76 0 0.45
HSL 226.19º 0.97% 0.28% -
HSV(B) 226.19º 0.99% 0.55% -
XYZ 5.4 3.08 25.51 -
YUV 36.63 186.9 103.3 -
System Red Green Blue C M Y K H S L
Decimal 2 34 141 0.99 0.76 0 0.45 226.19 0.97 0.28
Hex 2 22 8D 63 4C 0 2D E2 61 1C
Octal 2 42 215 143 114 0 55 342 141 34
Binary 10 100010 10001101 1100011 1001100 0 101101 11100010 1100001 11100

Color Harmonies of #02228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02228D

Black with #02228D

Text Example


Text Example

White with #02228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02228D; }

 p { color: rgb(2,34,141); }

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

background-color css

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

 a { background-color: rgb(2,34,141); }

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

border-color css

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

 span { border-color: rgb(2,34,141); }

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