Html Css Color HEX #09398C Smalt

📋 copy color: '#09398C'

red 9 ◦ green 57 ◦ blue 140

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

Shades of Smalt #09398C

Tints of Smalt #09398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

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

R = 4.37%
G = 27.67%
B = 67.96%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09398C (or 0x09398C) is known color: Smalt. HEX triplet: 09, 39 and 8C. RGB value is (9,57,140). Sum of RGB (Red+Green+Blue) = 9+57+140=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #09398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09398C is #F6C673. Grayscale: #333333. Windows color (decimal): -16172660 or 9189641. OLE color: 9189641.

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

Color convert

RGB 9 57 140 -
CMYK 0.94 0.59 0 0.45
HSL 218.02º 0.88% 0.29% -
HSV(B) 218.02º 0.94% 0.55% -
XYZ 6.31 4.88 25.42 -
YUV 52.11 177.6 97.25 -
System Red Green Blue C M Y K H S L
Decimal 9 57 140 0.94 0.59 0 0.45 218.02 0.88 0.29
Hex 9 39 8C 5E 3B 0 2D DA 58 1D
Octal 11 71 214 136 73 0 55 332 130 35
Binary 1001 111001 10001100 1011110 111011 0 101101 11011010 1011000 11101

Color Harmonies of #09398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09398C

Black with #09398C

Text Example


Text Example

White with #09398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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