Html Css Color HEX #09238C Smalt

📋 copy color: '#09238C'

red 9 ◦ green 35 ◦ blue 140

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

Shades of Smalt #09238C

Tints of Smalt #09238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 4.89%
G = 19.02%
B = 76.09%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09238C (or 0x09238C) is known color: Smalt. HEX triplet: 09, 23 and 8C. RGB value is (9,35,140). Sum of RGB (Red+Green+Blue) = 9+35+140=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #09238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09238C is #F6DC73. Grayscale: #262626. Windows color (decimal): -16178292 or 9184009. OLE color: 9184009.

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

Color convert

RGB 9 35 140 -
CMYK 0.94 0.75 0 0.45
HSL 228.09º 0.88% 0.29% -
HSV(B) 228.09º 0.94% 0.55% -
XYZ 5.45 3.15 25.13 -
YUV 39.2 184.89 106.46 -
System Red Green Blue C M Y K H S L
Decimal 9 35 140 0.94 0.75 0 0.45 228.09 0.88 0.29
Hex 9 23 8C 5E 4B 0 2D E4 58 1D
Octal 11 43 214 136 113 0 55 344 130 35
Binary 1001 100011 10001100 1011110 1001011 0 101101 11100100 1011000 11101

Color Harmonies of #09238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09238C

Black with #09238C

Text Example


Text Example

White with #09238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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