Html Css Color HEX #002197 Smalt

📋 copy color: '#002197'

red 0 ◦ green 33 ◦ blue 151

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

Shades of Smalt #002197

Tints of Smalt #002197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 0%
G = 17.93%
B = 82.07%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#002197 (or 0x002197) is known color: Smalt. HEX triplet: 00, 21 and 97. RGB value is (0,33,151). Sum of RGB (Red+Green+Blue) = 0+33+151=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #002197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002197 is #FFDE68. Grayscale: #242424. Windows color (decimal): -16768617 or 9904384. OLE color: 9904384.

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

Color convert

RGB 0 33 151 -
CMYK 1 0.78 0 0.41
HSL 226.89º 1% 0.3% -
HSV(B) 226.89º 1% 0.59% -
XYZ 6.13 3.32 29.6 -
YUV 36.59 192.57 101.91 -
System Red Green Blue C M Y K H S L
Decimal 0 33 151 1 0.78 0 0.41 226.89 1 0.3
Hex 0 21 97 64 4E 0 29 E3 64 1E
Octal 0 41 227 144 116 0 51 343 144 36
Binary 0 100001 10010111 1100100 1001110 0 101001 11100011 1100100 11110

Color Harmonies of #002197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002197

Black with #002197

Text Example


Text Example

White with #002197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002197; }

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

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

background-color css

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

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

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

border-color css

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

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

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