Html Css Color HEX #002493 Smalt

📋 copy color: '#002493'

red 0 ◦ green 36 ◦ blue 147

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

Shades of Smalt #002493

Tints of Smalt #002493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 80.33%

R = 0%
G = 19.67%
B = 80.33%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002493 (or 0x002493) is known color: Smalt. HEX triplet: 00, 24 and 93. RGB value is (0,36,147). Sum of RGB (Red+Green+Blue) = 0+36+147=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #002493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002493 is #FFDB6C. Grayscale: #252525. Windows color (decimal): -16767853 or 9643008. OLE color: 9643008.

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

Color convert

RGB 0 36 147 -
CMYK 1 0.76 0 0.42
HSL 225.31º 1% 0.29% -
HSV(B) 225.31º 1% 0.58% -
XYZ 5.9 3.37 27.94 -
YUV 37.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 0 36 147 1 0.76 0 0.42 225.31 1 0.29
Hex 0 24 93 64 4C 0 2A E1 64 1D
Octal 0 44 223 144 114 0 52 341 144 35
Binary 0 100100 10010011 1100100 1001100 0 101010 11100001 1100100 11101

Color Harmonies of #002493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002493

Black with #002493

Text Example


Text Example

White with #002493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002493; }

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

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

background-color css

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

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

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

border-color css

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

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

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