Html Css Color HEX #09228E Smalt

📋 copy color: '#09228E'

red 9 ◦ green 34 ◦ blue 142

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

Shades of Smalt #09228E

Tints of Smalt #09228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

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

R = 4.86%
G = 18.38%
B = 76.76%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09228E (or 0x09228E) is known color: Smalt. HEX triplet: 09, 22 and 8E. RGB value is (9,34,142). Sum of RGB (Red+Green+Blue) = 9+34+142=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 142 (55.86% from 255 or 76.76% from 185); Max value from RGB is 142 - color contains mainly: blue. Hex color #09228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09228E is #F6DD71. Grayscale: #262626. Windows color (decimal): -16178546 or 9314825. OLE color: 9314825.

HSL color Cylindrical-coordinate representation of color #09228E: hue angle of 228.72º 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 #09228E is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 34 142 -
CMYK 0.94 0.76 0 0.44
HSL 228.72º 0.88% 0.3% -
HSV(B) 228.72º 0.94% 0.56% -
XYZ 5.57 3.16 25.91 -
YUV 38.84 186.22 106.72 -
System Red Green Blue C M Y K H S L
Decimal 9 34 142 0.94 0.76 0 0.44 228.72 0.88 0.3
Hex 9 22 8E 5E 4C 0 2C E5 58 1E
Octal 11 42 216 136 114 0 54 345 130 36
Binary 1001 100010 10001110 1011110 1001100 0 101100 11100101 1011000 11110

Color Harmonies of #09228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09228E

Black with #09228E

Text Example


Text Example

White with #09228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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