Html Css Color HEX #093087 Smalt

📋 copy color: '#093087'

red 9 ◦ green 48 ◦ blue 135

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

Shades of Smalt #093087

Tints of Smalt #093087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25%

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

R = 4.69%
G = 25%
B = 70.31%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#093087 (or 0x093087) is known color: Smalt. HEX triplet: 09, 30 and 87. RGB value is (9,48,135). Sum of RGB (Red+Green+Blue) = 9+48+135=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #093087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093087 is #F6CF78. Grayscale: #2D2D2D. Windows color (decimal): -16174969 or 8859657. OLE color: 8859657.

HSL color Cylindrical-coordinate representation of color #093087: hue angle of 221.43º 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 #093087 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 48 135 -
CMYK 0.93 0.64 0 0.47
HSL 221.43º 0.88% 0.28% -
HSV(B) 221.43º 0.93% 0.53% -
XYZ 5.54 3.92 23.39 -
YUV 46.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 9 48 135 0.93 0.64 0 0.47 221.43 0.88 0.28
Hex 9 30 87 5D 40 0 2F DD 58 1C
Octal 11 60 207 135 100 0 57 335 130 34
Binary 1001 110000 10000111 1011101 1000000 0 101111 11011101 1011000 11100

Color Harmonies of #093087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093087

Black with #093087

Text Example


Text Example

White with #093087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093087; }

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

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

background-color css

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

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

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

border-color css

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

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

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