Html Css Color HEX #093588 Smalt

📋 copy color: '#093588'

red 9 ◦ green 53 ◦ blue 136

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

Shades of Smalt #093588

Tints of Smalt #093588

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.77%

 BLUE value IS 136 (53.52% from 255) = 68.69%

R = 4.55%
G = 26.77%
B = 68.69%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#093588 (or 0x093588) is known color: Smalt. HEX triplet: 09, 35 and 88. RGB value is (9,53,136). Sum of RGB (Red+Green+Blue) = 9+53+136=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #093588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093588 is #F6CA77. Grayscale: #303030. Windows color (decimal): -16173688 or 8926473. OLE color: 8926473.

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

Color convert

RGB 9 53 136 -
CMYK 0.93 0.61 0 0.47
HSL 219.21º 0.88% 0.28% -
HSV(B) 219.21º 0.93% 0.53% -
XYZ 5.83 4.38 23.83 -
YUV 49.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 9 53 136 0.93 0.61 0 0.47 219.21 0.88 0.28
Hex 9 35 88 5D 3D 0 2F DB 58 1C
Octal 11 65 210 135 75 0 57 333 130 34
Binary 1001 110101 10001000 1011101 111101 0 101111 11011011 1011000 11100

Color Harmonies of #093588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093588

Black with #093588

Text Example


Text Example

White with #093588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093588; }

 p { color: rgb(9,53,136); }

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

background-color css

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

 a { background-color: rgb(9,53,136); }

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

border-color css

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

 span { border-color: rgb(9,53,136); }

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