Html Css Color HEX #002096 Smalt

📋 copy color: '#002096'

red 0 ◦ green 32 ◦ blue 150

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

Shades of Smalt #002096

Tints of Smalt #002096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 82.42%

R = 0%
G = 17.58%
B = 82.42%

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

#002096 (or 0x002096) is known color: Smalt. HEX triplet: 00, 20 and 96. RGB value is (0,32,150). Sum of RGB (Red+Green+Blue) = 0+32+150=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #002096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002096 is #FFDF69. Grayscale: #232323. Windows color (decimal): -16768874 or 9838592. OLE color: 9838592.

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

Color convert

RGB 0 32 150 -
CMYK 1 0.79 0 0.41
HSL 227.2º 1% 0.29% -
HSV(B) 227.2º 1% 0.59% -
XYZ 6.02 3.24 29.16 -
YUV 35.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 0 32 150 1 0.79 0 0.41 227.2 1 0.29
Hex 0 20 96 64 4F 0 29 E3 64 1D
Octal 0 40 226 144 117 0 51 343 144 35
Binary 0 100000 10010110 1100100 1001111 0 101001 11100011 1100100 11101

Color Harmonies of #002096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002096

Black with #002096

Text Example


Text Example

White with #002096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002096; }

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

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

background-color css

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

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

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

border-color css

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

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

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