Html Css Color HEX #003089 Smalt

📋 copy color: '#003089'

red 0 ◦ green 48 ◦ blue 137

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

Shades of Smalt #003089

Tints of Smalt #003089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

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

R = 0%
G = 25.95%
B = 74.05%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#003089 (or 0x003089) is known color: Smalt. HEX triplet: 00, 30 and 89. RGB value is (0,48,137). Sum of RGB (Red+Green+Blue) = 0+48+137=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #003089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003089 is #FFCF76. Grayscale: #2B2B2B. Windows color (decimal): -16764791 or 8990720. OLE color: 8990720.

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

Color convert

RGB 0 48 137 -
CMYK 1 0.65 0 0.46
HSL 218.98º 1% 0.27% -
HSV(B) 218.98º 1% 0.54% -
XYZ 5.57 3.92 24.13 -
YUV 43.79 180.6 96.76 -
System Red Green Blue C M Y K H S L
Decimal 0 48 137 1 0.65 0 0.46 218.98 1 0.27
Hex 0 30 89 64 41 0 2E DB 64 1B
Octal 0 60 211 144 101 0 56 333 144 33
Binary 0 110000 10001001 1100100 1000001 0 101110 11011011 1100100 11011

Color Harmonies of #003089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003089

Black with #003089

Text Example


Text Example

White with #003089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003089; }

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

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

background-color css

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

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

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

border-color css

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

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

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