Html Css Color HEX #02228E Smalt

📋 copy color: '#02228E'

red 2 ◦ green 34 ◦ blue 142

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

Shades of Smalt #02228E

Tints of Smalt #02228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 79.78%

R = 1.12%
G = 19.1%
B = 79.78%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02228E (or 0x02228E) is known color: Smalt. HEX triplet: 02, 22 and 8E. RGB value is (2,34,142). Sum of RGB (Red+Green+Blue) = 2+34+142=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 142 (55.86% from 255 or 79.78% from 178); Max value from RGB is 142 - color contains mainly: blue. Hex color #02228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02228E is #FDDD71. Grayscale: #242424. Windows color (decimal): -16637298 or 9314818. OLE color: 9314818.

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

Color convert

RGB 2 34 142 -
CMYK 0.99 0.76 0 0.44
HSL 226.29º 0.97% 0.28% -
HSV(B) 226.29º 0.99% 0.56% -
XYZ 5.48 3.11 25.9 -
YUV 36.74 187.4 103.22 -
System Red Green Blue C M Y K H S L
Decimal 2 34 142 0.99 0.76 0 0.44 226.29 0.97 0.28
Hex 2 22 8E 63 4C 0 2C E2 61 1C
Octal 2 42 216 143 114 0 54 342 141 34
Binary 10 100010 10001110 1100011 1001100 0 101100 11100010 1100001 11100

Color Harmonies of #02228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02228E

Black with #02228E

Text Example


Text Example

White with #02228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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