Html Css Color HEX #02408F Smalt

📋 copy color: '#02408F'

red 2 ◦ green 64 ◦ blue 143

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

Shades of Smalt #02408F

Tints of Smalt #02408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 143 (56.25% from 255) = 68.42%

R = 0.96%
G = 30.62%
B = 68.42%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02408F (or 0x02408F) is known color: Smalt. HEX triplet: 02, 40 and 8F. RGB value is (2,64,143). Sum of RGB (Red+Green+Blue) = 2+64+143=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #02408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02408F is #FDBF70. Grayscale: #363636. Windows color (decimal): -16629617 or 9388034. OLE color: 9388034.

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

Color convert

RGB 2 64 143 -
CMYK 0.99 0.55 0 0.44
HSL 213.62º 0.97% 0.28% -
HSV(B) 213.62º 0.99% 0.56% -
XYZ 6.82 5.66 26.72 -
YUV 54.47 177.96 90.58 -
System Red Green Blue C M Y K H S L
Decimal 2 64 143 0.99 0.55 0 0.44 213.62 0.97 0.28
Hex 2 40 8F 63 37 0 2C D6 61 1C
Octal 2 100 217 143 67 0 54 326 141 34
Binary 10 1000000 10001111 1100011 110111 0 101100 11010110 1100001 11100

Color Harmonies of #02408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02408F

Black with #02408F

Text Example


Text Example

White with #02408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02408F; }

 p { color: rgb(2,64,143); }

 H1.HeaderClassName
 {
   color: #02408F;
 }
 .AnyTagClassName
 {
   color: #02408F;
 }
</style>

background-color css

<style>
 a { background-color: #02408F; }

 a { background-color: rgb(2,64,143); }

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

border-color css

<style>
 span { border-color: #02408F; }

 span { border-color: rgb(2,64,143); }

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