Html Css Color HEX #09288D Smalt

📋 copy color: '#09288D'

red 9 ◦ green 40 ◦ blue 141

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

Shades of Smalt #09288D

Tints of Smalt #09288D

RGB

 RED value IS 9 (3.91% from 255) = 4.74%

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

 BLUE value IS 141 (55.47% from 255) = 74.21%

R = 4.74%
G = 21.05%
B = 74.21%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09288D (or 0x09288D) is known color: Smalt. HEX triplet: 09, 28 and 8D. RGB value is (9,40,141). Sum of RGB (Red+Green+Blue) = 9+40+141=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #09288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09288D is #F6D772. Grayscale: #292929. Windows color (decimal): -16177011 or 9250825. OLE color: 9250825.

HSL color Cylindrical-coordinate representation of color #09288D: hue angle of 225.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09288D is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 40 141 -
CMYK 0.94 0.72 0 0.45
HSL 225.91º 0.88% 0.29% -
HSV(B) 225.91º 0.94% 0.55% -
XYZ 5.68 3.5 25.58 -
YUV 42.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 9 40 141 0.94 0.72 0 0.45 225.91 0.88 0.29
Hex 9 28 8D 5E 48 0 2D E2 58 1D
Octal 11 50 215 136 110 0 55 342 130 35
Binary 1001 101000 10001101 1011110 1001000 0 101101 11100010 1011000 11101

Color Harmonies of #09288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09288D

Black with #09288D

Text Example


Text Example

White with #09288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09288D; }

 p { color: rgb(9,40,141); }

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

background-color css

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

 a { background-color: rgb(9,40,141); }

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

border-color css

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

 span { border-color: rgb(9,40,141); }

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