Html Css Color HEX #002499 Smalt

📋 copy color: '#002499'

red 0 ◦ green 36 ◦ blue 153

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

Shades of Smalt #002499

Tints of Smalt #002499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.95%

R = 0%
G = 19.05%
B = 80.95%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#002499 (or 0x002499) is known color: Smalt. HEX triplet: 00, 24 and 99. RGB value is (0,36,153). Sum of RGB (Red+Green+Blue) = 0+36+153=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #002499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002499 is #FFDB66. Grayscale: #262626. Windows color (decimal): -16767847 or 10036224. OLE color: 10036224.

HSL color Cylindrical-coordinate representation of color #002499: hue angle of 225.88º 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 #002499 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 36 153 -
CMYK 1 0.76 0 0.4
HSL 225.88º 1% 0.3% -
HSV(B) 225.88º 1% 0.6% -
XYZ 6.38 3.56 30.49 -
YUV 38.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 0 36 153 1 0.76 0 0.4 225.88 1 0.3
Hex 0 24 99 64 4C 0 28 E2 64 1E
Octal 0 44 231 144 114 0 50 342 144 36
Binary 0 100100 10011001 1100100 1001100 0 101000 11100010 1100100 11110

Color Harmonies of #002499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002499

Black with #002499

Text Example


Text Example

White with #002499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002499; }

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

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

background-color css

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

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

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

border-color css

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

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

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