Html Css Color HEX #02248E Smalt

📋 copy color: '#02248E'

red 2 ◦ green 36 ◦ blue 142

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

Shades of Smalt #02248E

Tints of Smalt #02248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

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

R = 1.11%
G = 20%
B = 78.89%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02248E (or 0x02248E) is known color: Smalt. HEX triplet: 02, 24 and 8E. RGB value is (2,36,142). Sum of RGB (Red+Green+Blue) = 2+36+142=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #02248E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02248E is #FDDB71. Grayscale: #252525. Windows color (decimal): -16636786 or 9315330. OLE color: 9315330.

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

Color convert

RGB 2 36 142 -
CMYK 0.99 0.75 0 0.44
HSL 225.43º 0.97% 0.28% -
HSV(B) 225.43º 0.99% 0.56% -
XYZ 5.54 3.23 25.92 -
YUV 37.92 186.74 102.38 -
System Red Green Blue C M Y K H S L
Decimal 2 36 142 0.99 0.75 0 0.44 225.43 0.97 0.28
Hex 2 24 8E 63 4B 0 2C E1 61 1C
Octal 2 44 216 143 113 0 54 341 141 34
Binary 10 100100 10001110 1100011 1001011 0 101100 11100001 1100001 11100

Color Harmonies of #02248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02248E

Black with #02248E

Text Example


Text Example

White with #02248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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