Html Css Color HEX #09388C Smalt

📋 copy color: '#09388C'

red 9 ◦ green 56 ◦ blue 140

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

Shades of Smalt #09388C

Tints of Smalt #09388C

RGB

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

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

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

R = 4.39%
G = 27.32%
B = 68.29%

CMYK

 C value IS 0.94

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09388C (or 0x09388C) is known color: Smalt. HEX triplet: 09, 38 and 8C. RGB value is (9,56,140). Sum of RGB (Red+Green+Blue) = 9+56+140=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #09388C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09388C is #F6C773. Grayscale: #333333. Windows color (decimal): -16172916 or 9189385. OLE color: 9189385.

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

Color convert

RGB 9 56 140 -
CMYK 0.94 0.6 0 0.45
HSL 218.47º 0.88% 0.29% -
HSV(B) 218.47º 0.94% 0.55% -
XYZ 6.26 4.78 25.4 -
YUV 51.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 9 56 140 0.94 0.6 0 0.45 218.47 0.88 0.29
Hex 9 38 8C 5E 3C 0 2D DA 58 1D
Octal 11 70 214 136 74 0 55 332 130 35
Binary 1001 111000 10001100 1011110 111100 0 101101 11011010 1011000 11101

Color Harmonies of #09388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09388C

Black with #09388C

Text Example


Text Example

White with #09388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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