Html Css Color HEX #002498 Smalt

📋 copy color: '#002498'

red 0 ◦ green 36 ◦ blue 152

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

Shades of Smalt #002498

Tints of Smalt #002498

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 19.15%
B = 80.85%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#002498 (or 0x002498) is known color: Smalt. HEX triplet: 00, 24 and 98. RGB value is (0,36,152). Sum of RGB (Red+Green+Blue) = 0+36+152=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 152 (59.77% from 255 or 80.85% from 188); Max value from RGB is 152 - color contains mainly: blue. Hex color #002498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002498 is #FFDB67. Grayscale: #252525. Windows color (decimal): -16767848 or 9970688. OLE color: 9970688.

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

Color convert

RGB 0 36 152 -
CMYK 1 0.76 0 0.40
HSL 225.79º 1% 0.3% -
HSV(B) 225.79º 1% 0.6% -
XYZ 6.3 3.53 30.05 -
YUV 38.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 0 36 152 1 0.76 0 0.40 225.79 1 0.3
Hex 0 24 98 64 4C 0 28 E2 64 1E
Octal 0 44 230 144 114 0 50 342 144 36
Binary 0 100100 10011000 1100100 1001100 0 101000 11100010 1100100 11110

Color Harmonies of #002498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002498

Black with #002498

Text Example


Text Example

White with #002498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002498; }

 p { color: rgb(0,36,152); }

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

background-color css

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

 a { background-color: rgb(0,36,152); }

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

border-color css

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

 span { border-color: rgb(0,36,152); }

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