Html Css Color HEX #09388D Smalt

📋 copy color: '#09388D'

red 9 ◦ green 56 ◦ blue 141

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

Shades of Smalt #09388D

Tints of Smalt #09388D

RGB

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

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

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

R = 4.37%
G = 27.18%
B = 68.45%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09388D (or 0x09388D) is known color: Smalt. HEX triplet: 09, 38 and 8D. RGB value is (9,56,141). Sum of RGB (Red+Green+Blue) = 9+56+141=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #09388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09388D is #F6C772. Grayscale: #333333. Windows color (decimal): -16172915 or 9254921. OLE color: 9254921.

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

Color convert

RGB 9 56 141 -
CMYK 0.94 0.60 0 0.45
HSL 218.64º 0.88% 0.29% -
HSV(B) 218.64º 0.94% 0.55% -
XYZ 6.33 4.81 25.79 -
YUV 51.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 9 56 141 0.94 0.60 0 0.45 218.64 0.88 0.29
Hex 9 38 8D 5E 3C 0 2D DB 58 1D
Octal 11 70 215 136 74 0 55 333 130 35
Binary 1001 111000 10001101 1011110 111100 0 101101 11011011 1011000 11101

Color Harmonies of #09388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09388D

Black with #09388D

Text Example


Text Example

White with #09388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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