Html Css Color HEX #024098 Smalt

📋 copy color: '#024098'

red 2 ◦ green 64 ◦ blue 152

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

Shades of Smalt #024098

Tints of Smalt #024098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 69.72%

R = 0.92%
G = 29.36%
B = 69.72%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#024098 (or 0x024098) is known color: Smalt. HEX triplet: 02, 40 and 98. RGB value is (2,64,152). Sum of RGB (Red+Green+Blue) = 2+64+152=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #024098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024098 is #FDBF67. Grayscale: #373737. Windows color (decimal): -16629608 or 9977858. OLE color: 9977858.

HSL color Cylindrical-coordinate representation of color #024098: hue angle of 215.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024098 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 64 152 -
CMYK 0.99 0.58 0 0.40
HSL 215.2º 0.97% 0.3% -
HSV(B) 215.2º 0.99% 0.6% -
XYZ 7.53 5.95 30.46 -
YUV 55.49 182.46 89.84 -
System Red Green Blue C M Y K H S L
Decimal 2 64 152 0.99 0.58 0 0.40 215.2 0.97 0.3
Hex 2 40 98 63 3A 0 28 D7 61 1E
Octal 2 100 230 143 72 0 50 327 141 36
Binary 10 1000000 10011000 1100011 111010 0 101000 11010111 1100001 11110

Color Harmonies of #024098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024098

Black with #024098

Text Example


Text Example

White with #024098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024098; }

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

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

background-color css

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

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

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

border-color css

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

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

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