Html Css Color HEX #002189 Smalt

📋 copy color: '#002189'

red 0 ◦ green 33 ◦ blue 137

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

Shades of Smalt #002189

Tints of Smalt #002189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 80.59%

R = 0%
G = 19.41%
B = 80.59%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#002189 (or 0x002189) is known color: Smalt. HEX triplet: 00, 21 and 89. RGB value is (0,33,137). Sum of RGB (Red+Green+Blue) = 0+33+137=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #002189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002189 is #FFDE76. Grayscale: #222222. Windows color (decimal): -16768631 or 8986880. OLE color: 8986880.

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

Color convert

RGB 0 33 137 -
CMYK 1 0.76 0 0.46
HSL 225.55º 1% 0.27% -
HSV(B) 225.55º 1% 0.54% -
XYZ 5.06 2.89 23.96 -
YUV 34.99 185.57 103.04 -
System Red Green Blue C M Y K H S L
Decimal 0 33 137 1 0.76 0 0.46 225.55 1 0.27
Hex 0 21 89 64 4C 0 2E E2 64 1B
Octal 0 41 211 144 114 0 56 342 144 33
Binary 0 100001 10001001 1100100 1001100 0 101110 11100010 1100100 11011

Color Harmonies of #002189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002189

Black with #002189

Text Example


Text Example

White with #002189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002189; }

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

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

background-color css

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

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

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

border-color css

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

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

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