Html Css Color HEX #093088 Smalt

📋 copy color: '#093088'

red 9 ◦ green 48 ◦ blue 136

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

Shades of Smalt #093088

Tints of Smalt #093088

RGB

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

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

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

R = 4.66%
G = 24.87%
B = 70.47%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#093088 (or 0x093088) is known color: Smalt. HEX triplet: 09, 30 and 88. RGB value is (9,48,136). Sum of RGB (Red+Green+Blue) = 9+48+136=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #093088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093088 is #F6CF77. Grayscale: #2D2D2D. Windows color (decimal): -16174968 or 8925193. OLE color: 8925193.

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

Color convert

RGB 9 48 136 -
CMYK 0.93 0.65 0 0.47
HSL 221.57º 0.88% 0.28% -
HSV(B) 221.57º 0.93% 0.53% -
XYZ 5.61 3.95 23.76 -
YUV 46.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 9 48 136 0.93 0.65 0 0.47 221.57 0.88 0.28
Hex 9 30 88 5D 41 0 2F DE 58 1C
Octal 11 60 210 135 101 0 57 336 130 34
Binary 1001 110000 10001000 1011101 1000001 0 101111 11011110 1011000 11100

Color Harmonies of #093088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093088

Black with #093088

Text Example


Text Example

White with #093088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093088; }

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

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

background-color css

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

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

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

border-color css

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

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

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