Html Css Color HEX #09368C Smalt

📋 copy color: '#09368C'

red 9 ◦ green 54 ◦ blue 140

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

Shades of Smalt #09368C

Tints of Smalt #09368C

RGB

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

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

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

R = 4.43%
G = 26.6%
B = 68.97%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09368C (or 0x09368C) is known color: Smalt. HEX triplet: 09, 36 and 8C. RGB value is (9,54,140). Sum of RGB (Red+Green+Blue) = 9+54+140=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #09368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09368C is #F6C973. Grayscale: #313131. Windows color (decimal): -16173428 or 9188873. OLE color: 9188873.

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

Color convert

RGB 9 54 140 -
CMYK 0.94 0.61 0 0.45
HSL 219.39º 0.88% 0.29% -
HSV(B) 219.39º 0.94% 0.55% -
XYZ 6.17 4.59 25.37 -
YUV 50.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 9 54 140 0.94 0.61 0 0.45 219.39 0.88 0.29
Hex 9 36 8C 5E 3D 0 2D DB 58 1D
Octal 11 66 214 136 75 0 55 333 130 35
Binary 1001 110110 10001100 1011110 111101 0 101101 11011011 1011000 11101

Color Harmonies of #09368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09368C

Black with #09368C

Text Example


Text Example

White with #09368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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