Html Css Color HEX #002097 Smalt

📋 copy color: '#002097'

red 0 ◦ green 32 ◦ blue 151

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

Shades of Smalt #002097

Tints of Smalt #002097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 0%
G = 17.49%
B = 82.51%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#002097 (or 0x002097) is known color: Smalt. HEX triplet: 00, 20 and 97. RGB value is (0,32,151). Sum of RGB (Red+Green+Blue) = 0+32+151=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 151 (59.38% from 255 or 82.51% from 183); Max value from RGB is 151 - color contains mainly: blue. Hex color #002097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002097 is #FFDF68. Grayscale: #232323. Windows color (decimal): -16768873 or 9904128. OLE color: 9904128.

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

Color convert

RGB 0 32 151 -
CMYK 1 0.79 0 0.41
HSL 227.28º 1% 0.3% -
HSV(B) 227.28º 1% 0.59% -
XYZ 6.1 3.27 29.59 -
YUV 36 192.9 102.32 -
System Red Green Blue C M Y K H S L
Decimal 0 32 151 1 0.79 0 0.41 227.28 1 0.3
Hex 0 20 97 64 4F 0 29 E3 64 1E
Octal 0 40 227 144 117 0 51 343 144 36
Binary 0 100000 10010111 1100100 1001111 0 101001 11100011 1100100 11110

Color Harmonies of #002097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002097

Black with #002097

Text Example


Text Example

White with #002097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002097; }

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

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

background-color css

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

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

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

border-color css

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

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

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