Html Css Color HEX #09248D Smalt

📋 copy color: '#09248D'

red 9 ◦ green 36 ◦ blue 141

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

Shades of Smalt #09248D

Tints of Smalt #09248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 75.81%

R = 4.84%
G = 19.35%
B = 75.81%

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

#09248D (or 0x09248D) is known color: Smalt. HEX triplet: 09, 24 and 8D. RGB value is (9,36,141). Sum of RGB (Red+Green+Blue) = 9+36+141=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #09248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09248D is #F6DB72. Grayscale: #272727. Windows color (decimal): -16178035 or 9249801. OLE color: 9249801.

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

Color convert

RGB 9 36 141 -
CMYK 0.94 0.74 0 0.45
HSL 227.73º 0.88% 0.29% -
HSV(B) 227.73º 0.94% 0.55% -
XYZ 5.55 3.24 25.53 -
YUV 39.9 185.05 105.96 -
System Red Green Blue C M Y K H S L
Decimal 9 36 141 0.94 0.74 0 0.45 227.73 0.88 0.29
Hex 9 24 8D 5E 4A 0 2D E4 58 1D
Octal 11 44 215 136 112 0 55 344 130 35
Binary 1001 100100 10001101 1011110 1001010 0 101101 11100100 1011000 11101

Color Harmonies of #09248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09248D

Black with #09248D

Text Example


Text Example

White with #09248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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