Html Css Color HEX #09388E Smalt

📋 copy color: '#09388E'

red 9 ◦ green 56 ◦ blue 142

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

Shades of Smalt #09388E

Tints of Smalt #09388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

 BLUE value IS 142 (55.86% from 255) = 68.6%

R = 4.35%
G = 27.05%
B = 68.6%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09388E (or 0x09388E) is known color: Smalt. HEX triplet: 09, 38 and 8E. RGB value is (9,56,142). Sum of RGB (Red+Green+Blue) = 9+56+142=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #09388E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09388E is #F6C771. Grayscale: #333333. Windows color (decimal): -16172914 or 9320457. OLE color: 9320457.

HSL color Cylindrical-coordinate representation of color #09388E: hue angle of 218.8º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09388E is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 56 142 -
CMYK 0.94 0.61 0 0.44
HSL 218.8º 0.88% 0.3% -
HSV(B) 218.8º 0.94% 0.56% -
XYZ 6.41 4.84 26.19 -
YUV 51.75 178.93 97.51 -
System Red Green Blue C M Y K H S L
Decimal 9 56 142 0.94 0.61 0 0.44 218.8 0.88 0.3
Hex 9 38 8E 5E 3D 0 2C DB 58 1E
Octal 11 70 216 136 75 0 54 333 130 36
Binary 1001 111000 10001110 1011110 111101 0 101100 11011011 1011000 11110

Color Harmonies of #09388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09388E

Black with #09388E

Text Example


Text Example

White with #09388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09388E; }

 p { color: rgb(9,56,142); }

 H1.HeaderClassName
 {
   color: #09388E;
 }
 .AnyTagClassName
 {
   color: #09388E;
 }
</style>

background-color css

<style>
 a { background-color: #09388E; }

 a { background-color: rgb(9,56,142); }

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

border-color css

<style>
 span { border-color: #09388E; }

 span { border-color: rgb(9,56,142); }

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