Html Css Color HEX #093387 Smalt

📋 copy color: '#093387'

red 9 ◦ green 51 ◦ blue 135

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

Shades of Smalt #093387

Tints of Smalt #093387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

 BLUE value IS 135 (53.13% from 255) = 69.23%

R = 4.62%
G = 26.15%
B = 69.23%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#093387 (or 0x093387) is known color: Smalt. HEX triplet: 09, 33 and 87. RGB value is (9,51,135). Sum of RGB (Red+Green+Blue) = 9+51+135=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #093387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093387 is #F6CC78. Grayscale: #2F2F2F. Windows color (decimal): -16174201 or 8860425. OLE color: 8860425.

HSL color Cylindrical-coordinate representation of color #093387: hue angle of 220º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093387 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 51 135 -
CMYK 0.93 0.62 0 0.47
HSL 220º 0.88% 0.28% -
HSV(B) 220º 0.93% 0.53% -
XYZ 5.67 4.18 23.43 -
YUV 48.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 9 51 135 0.93 0.62 0 0.47 220 0.88 0.28
Hex 9 33 87 5D 3E 0 2F DC 58 1C
Octal 11 63 207 135 76 0 57 334 130 34
Binary 1001 110011 10000111 1011101 111110 0 101111 11011100 1011000 11100

Color Harmonies of #093387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093387

Black with #093387

Text Example


Text Example

White with #093387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093387; }

 p { color: rgb(9,51,135); }

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

background-color css

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

 a { background-color: rgb(9,51,135); }

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

border-color css

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

 span { border-color: rgb(9,51,135); }

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