Html Css Color HEX #002497 Smalt

📋 copy color: '#002497'

red 0 ◦ green 36 ◦ blue 151

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

Shades of Smalt #002497

Tints of Smalt #002497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 80.75%

R = 0%
G = 19.25%
B = 80.75%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#002497 (or 0x002497) is known color: Smalt. HEX triplet: 00, 24 and 97. RGB value is (0,36,151). Sum of RGB (Red+Green+Blue) = 0+36+151=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 151 (59.38% from 255 or 80.75% from 187); Max value from RGB is 151 - color contains mainly: blue. Hex color #002497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002497 is #FFDB68. Grayscale: #252525. Windows color (decimal): -16767849 or 9905152. OLE color: 9905152.

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

Color convert

RGB 0 36 151 -
CMYK 1 0.76 0 0.41
HSL 225.7º 1% 0.3% -
HSV(B) 225.7º 1% 0.59% -
XYZ 6.22 3.5 29.63 -
YUV 38.35 191.57 100.65 -
System Red Green Blue C M Y K H S L
Decimal 0 36 151 1 0.76 0 0.41 225.7 1 0.3
Hex 0 24 97 64 4C 0 29 E2 64 1E
Octal 0 44 227 144 114 0 51 342 144 36
Binary 0 100100 10010111 1100100 1001100 0 101001 11100010 1100100 11110

Color Harmonies of #002497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002497

Black with #002497

Text Example


Text Example

White with #002497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002497; }

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

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

background-color css

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

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

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

border-color css

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

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

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