Html Css Color HEX #09228C Smalt

📋 copy color: '#09228C'

red 9 ◦ green 34 ◦ blue 140

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

Shades of Smalt #09228C

Tints of Smalt #09228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 76.5%

R = 4.92%
G = 18.58%
B = 76.5%

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

#09228C (or 0x09228C) is known color: Smalt. HEX triplet: 09, 22 and 8C. RGB value is (9,34,140). Sum of RGB (Red+Green+Blue) = 9+34+140=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #09228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09228C is #F6DD73. Grayscale: #262626. Windows color (decimal): -16178548 or 9183753. OLE color: 9183753.

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

Color convert

RGB 9 34 140 -
CMYK 0.94 0.76 0 0.45
HSL 228.55º 0.88% 0.29% -
HSV(B) 228.55º 0.94% 0.55% -
XYZ 5.42 3.1 25.12 -
YUV 38.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 9 34 140 0.94 0.76 0 0.45 228.55 0.88 0.29
Hex 9 22 8C 5E 4C 0 2D E5 58 1D
Octal 11 42 214 136 114 0 55 345 130 35
Binary 1001 100010 10001100 1011110 1001100 0 101101 11100101 1011000 11101

Color Harmonies of #09228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09228C

Black with #09228C

Text Example


Text Example

White with #09228C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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