Html Css Color HEX #003289 Smalt

📋 copy color: '#003289'

red 0 ◦ green 50 ◦ blue 137

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

Shades of Smalt #003289

Tints of Smalt #003289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 0%
G = 26.74%
B = 73.26%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#003289 (or 0x003289) is known color: Smalt. HEX triplet: 00, 32 and 89. RGB value is (0,50,137). Sum of RGB (Red+Green+Blue) = 0+50+137=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #003289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003289 is #FFCD76. Grayscale: #2C2C2C. Windows color (decimal): -16764279 or 8991232. OLE color: 8991232.

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

Color convert

RGB 0 50 137 -
CMYK 1 0.64 0 0.46
HSL 218.1º 1% 0.27% -
HSV(B) 218.1º 1% 0.54% -
XYZ 5.66 4.09 24.16 -
YUV 44.97 179.94 95.93 -
System Red Green Blue C M Y K H S L
Decimal 0 50 137 1 0.64 0 0.46 218.1 1 0.27
Hex 0 32 89 64 40 0 2E DA 64 1B
Octal 0 62 211 144 100 0 56 332 144 33
Binary 0 110010 10001001 1100100 1000000 0 101110 11011010 1100100 11011

Color Harmonies of #003289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003289

Black with #003289

Text Example


Text Example

White with #003289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003289; }

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

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

background-color css

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

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

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

border-color css

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

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

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