Html Css Color HEX #002495 Smalt

📋 copy color: '#002495'

red 0 ◦ green 36 ◦ blue 149

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

Shades of Smalt #002495

Tints of Smalt #002495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 80.54%

R = 0%
G = 19.46%
B = 80.54%

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

#002495 (or 0x002495) is known color: Smalt. HEX triplet: 00, 24 and 95. RGB value is (0,36,149). Sum of RGB (Red+Green+Blue) = 0+36+149=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #002495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002495 is #FFDB6A. Grayscale: #252525. Windows color (decimal): -16767851 or 9774080. OLE color: 9774080.

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

Color convert

RGB 0 36 149 -
CMYK 1 0.76 0 0.42
HSL 225.5º 1% 0.29% -
HSV(B) 225.5º 1% 0.58% -
XYZ 6.06 3.43 28.78 -
YUV 38.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 0 36 149 1 0.76 0 0.42 225.5 1 0.29
Hex 0 24 95 64 4C 0 2A E2 64 1D
Octal 0 44 225 144 114 0 52 342 144 35
Binary 0 100100 10010101 1100100 1001100 0 101010 11100010 1100100 11101

Color Harmonies of #002495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002495

Black with #002495

Text Example


Text Example

White with #002495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002495; }

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

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

background-color css

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

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

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

border-color css

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

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

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