Html Css Color HEX #002190 Smalt

📋 copy color: '#002190'

red 0 ◦ green 33 ◦ blue 144

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

Shades of Smalt #002190

Tints of Smalt #002190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 81.36%

R = 0%
G = 18.64%
B = 81.36%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#002190 (or 0x002190) is known color: Smalt. HEX triplet: 00, 21 and 90. RGB value is (0,33,144). Sum of RGB (Red+Green+Blue) = 0+33+144=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #002190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002190 is #FFDE6F. Grayscale: #232323. Windows color (decimal): -16768624 or 9445632. OLE color: 9445632.

HSL color Cylindrical-coordinate representation of color #002190: hue angle of 226.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002190 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 33 144 -
CMYK 1 0.77 0 0.44
HSL 226.25º 1% 0.28% -
HSV(B) 226.25º 1% 0.56% -
XYZ 5.58 3.1 26.69 -
YUV 35.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 0 33 144 1 0.77 0 0.44 226.25 1 0.28
Hex 0 21 90 64 4D 0 2C E2 64 1C
Octal 0 41 220 144 115 0 54 342 144 34
Binary 0 100001 10010000 1100100 1001101 0 101100 11100010 1100100 11100

Color Harmonies of #002190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002190

Black with #002190

Text Example


Text Example

White with #002190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002190; }

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

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

background-color css

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

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

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

border-color css

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

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

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