Html Css Color HEX #002889 Smalt

📋 copy color: '#002889'

red 0 ◦ green 40 ◦ blue 137

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

Shades of Smalt #002889

Tints of Smalt #002889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

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

R = 0%
G = 22.6%
B = 77.4%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#002889 (or 0x002889) is known color: Smalt. HEX triplet: 00, 28 and 89. RGB value is (0,40,137). Sum of RGB (Red+Green+Blue) = 0+40+137=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #002889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002889 is #FFD776. Grayscale: #262626. Windows color (decimal): -16766839 or 8988672. OLE color: 8988672.

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

Color convert

RGB 0 40 137 -
CMYK 1 0.71 0 0.46
HSL 222.48º 1% 0.27% -
HSV(B) 222.48º 1% 0.54% -
XYZ 5.27 3.32 24.03 -
YUV 39.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 0 40 137 1 0.71 0 0.46 222.48 1 0.27
Hex 0 28 89 64 47 0 2E DE 64 1B
Octal 0 50 211 144 107 0 56 336 144 33
Binary 0 101000 10001001 1100100 1000111 0 101110 11011110 1100100 11011

Color Harmonies of #002889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002889

Black with #002889

Text Example


Text Example

White with #002889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002889; }

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

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

background-color css

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

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

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

border-color css

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

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

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