Html Css Color HEX #09248C Smalt

📋 copy color: '#09248C'

red 9 ◦ green 36 ◦ blue 140

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

Shades of Smalt #09248C

Tints of Smalt #09248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

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

R = 4.86%
G = 19.46%
B = 75.68%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09248C (or 0x09248C) is known color: Smalt. HEX triplet: 09, 24 and 8C. RGB value is (9,36,140). Sum of RGB (Red+Green+Blue) = 9+36+140=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 140 (55.08% from 255 or 75.68% from 185); Max value from RGB is 140 - color contains mainly: blue. Hex color #09248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09248C is #F6DB73. Grayscale: #272727. Windows color (decimal): -16178036 or 9184265. OLE color: 9184265.

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

Color convert

RGB 9 36 140 -
CMYK 0.94 0.74 0 0.45
HSL 227.63º 0.88% 0.29% -
HSV(B) 227.63º 0.94% 0.55% -
XYZ 5.48 3.21 25.14 -
YUV 39.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 9 36 140 0.94 0.74 0 0.45 227.63 0.88 0.29
Hex 9 24 8C 5E 4A 0 2D E4 58 1D
Octal 11 44 214 136 112 0 55 344 130 35
Binary 1001 100100 10001100 1011110 1001010 0 101101 11100100 1011000 11101

Color Harmonies of #09248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09248C

Black with #09248C

Text Example


Text Example

White with #09248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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