Html Css Color HEX #02288E Smalt

📋 copy color: '#02288E'

red 2 ◦ green 40 ◦ blue 142

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

Shades of Smalt #02288E

Tints of Smalt #02288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

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

R = 1.09%
G = 21.74%
B = 77.17%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02288E (or 0x02288E) is known color: Smalt. HEX triplet: 02, 28 and 8E. RGB value is (2,40,142). Sum of RGB (Red+Green+Blue) = 2+40+142=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #02288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02288E is #FDD771. Grayscale: #272727. Windows color (decimal): -16635762 or 9316354. OLE color: 9316354.

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

Color convert

RGB 2 40 142 -
CMYK 0.99 0.72 0 0.44
HSL 223.71º 0.97% 0.28% -
HSV(B) 223.71º 0.99% 0.56% -
XYZ 5.67 3.48 25.96 -
YUV 40.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 2 40 142 0.99 0.72 0 0.44 223.71 0.97 0.28
Hex 2 28 8E 63 48 0 2C E0 61 1C
Octal 2 50 216 143 110 0 54 340 141 34
Binary 10 101000 10001110 1100011 1001000 0 101100 11100000 1100001 11100

Color Harmonies of #02288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02288E

Black with #02288E

Text Example


Text Example

White with #02288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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