Html Css Color HEX #09368D Smalt

📋 copy color: '#09368D'

red 9 ◦ green 54 ◦ blue 141

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

Shades of Smalt #09368D

Tints of Smalt #09368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

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

R = 4.41%
G = 26.47%
B = 69.12%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09368D (or 0x09368D) is known color: Smalt. HEX triplet: 09, 36 and 8D. RGB value is (9,54,141). Sum of RGB (Red+Green+Blue) = 9+54+141=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #09368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09368D is #F6C972. Grayscale: #323232. Windows color (decimal): -16173427 or 9254409. OLE color: 9254409.

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

Color convert

RGB 9 54 141 -
CMYK 0.94 0.62 0 0.45
HSL 219.55º 0.88% 0.29% -
HSV(B) 219.55º 0.94% 0.55% -
XYZ 6.24 4.62 25.76 -
YUV 50.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 9 54 141 0.94 0.62 0 0.45 219.55 0.88 0.29
Hex 9 36 8D 5E 3E 0 2D DC 58 1D
Octal 11 66 215 136 76 0 55 334 130 35
Binary 1001 110110 10001101 1011110 111110 0 101101 11011100 1011000 11101

Color Harmonies of #09368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09368D

Black with #09368D

Text Example


Text Example

White with #09368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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