Html Css Color HEX #09228B Smalt

📋 copy color: '#09228B'

red 9 ◦ green 34 ◦ blue 139

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

Shades of Smalt #09228B

Tints of Smalt #09228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 76.37%

R = 4.95%
G = 18.68%
B = 76.37%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09228B (or 0x09228B) is known color: Smalt. HEX triplet: 09, 22 and 8B. RGB value is (9,34,139). Sum of RGB (Red+Green+Blue) = 9+34+139=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #09228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09228B is #F6DD74. Grayscale: #262626. Windows color (decimal): -16178549 or 9118217. OLE color: 9118217.

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

Color convert

RGB 9 34 139 -
CMYK 0.94 0.76 0 0.45
HSL 228.46º 0.88% 0.29% -
HSV(B) 228.46º 0.94% 0.55% -
XYZ 5.34 3.07 24.74 -
YUV 38.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 9 34 139 0.94 0.76 0 0.45 228.46 0.88 0.29
Hex 9 22 8B 5E 4C 0 2D E4 58 1D
Octal 11 42 213 136 114 0 55 344 130 35
Binary 1001 100010 10001011 1011110 1001100 0 101101 11100100 1011000 11101

Color Harmonies of #09228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09228B

Black with #09228B

Text Example


Text Example

White with #09228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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