Html Css Color HEX #09288E Smalt

📋 copy color: '#09288E'

red 9 ◦ green 40 ◦ blue 142

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

Shades of Smalt #09288E

Tints of Smalt #09288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 74.35%

R = 4.71%
G = 20.94%
B = 74.35%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09288E (or 0x09288E) is known color: Smalt. HEX triplet: 09, 28 and 8E. RGB value is (9,40,142). Sum of RGB (Red+Green+Blue) = 9+40+142=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #09288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09288E is #F6D771. Grayscale: #292929. Windows color (decimal): -16177010 or 9316361. OLE color: 9316361.

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

Color convert

RGB 9 40 142 -
CMYK 0.94 0.72 0 0.44
HSL 226.02º 0.88% 0.3% -
HSV(B) 226.02º 0.94% 0.56% -
XYZ 5.75 3.53 25.97 -
YUV 42.36 184.23 104.21 -
System Red Green Blue C M Y K H S L
Decimal 9 40 142 0.94 0.72 0 0.44 226.02 0.88 0.3
Hex 9 28 8E 5E 48 0 2C E2 58 1E
Octal 11 50 216 136 110 0 54 342 130 36
Binary 1001 101000 10001110 1011110 1001000 0 101100 11100010 1011000 11110

Color Harmonies of #09288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09288E

Black with #09288E

Text Example


Text Example

White with #09288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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