Html Css Color HEX #002899 Smalt

📋 copy color: '#002899'

red 0 ◦ green 40 ◦ blue 153

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

Shades of Smalt #002899

Tints of Smalt #002899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 79.27%

R = 0%
G = 20.73%
B = 79.27%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#002899 (or 0x002899) is known color: Smalt. HEX triplet: 00, 28 and 99. RGB value is (0,40,153). Sum of RGB (Red+Green+Blue) = 0+40+153=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #002899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002899 is #FFD766. Grayscale: #282828. Windows color (decimal): -16766823 or 10037248. OLE color: 10037248.

HSL color Cylindrical-coordinate representation of color #002899: hue angle of 224.31º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002899 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 40 153 -
CMYK 1 0.74 0 0.4
HSL 224.31º 1% 0.3% -
HSV(B) 224.31º 1% 0.6% -
XYZ 6.51 3.82 30.53 -
YUV 40.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 0 40 153 1 0.74 0 0.4 224.31 1 0.3
Hex 0 28 99 64 4A 0 28 E0 64 1E
Octal 0 50 231 144 112 0 50 340 144 36
Binary 0 101000 10011001 1100100 1001010 0 101000 11100000 1100100 11110

Color Harmonies of #002899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002899

Black with #002899

Text Example


Text Example

White with #002899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002899; }

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

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

background-color css

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

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

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

border-color css

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

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

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