Html Css Color HEX #093288 Smalt

📋 copy color: '#093288'

red 9 ◦ green 50 ◦ blue 136

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

Shades of Smalt #093288

Tints of Smalt #093288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 4.62%
G = 25.64%
B = 69.74%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#093288 (or 0x093288) is known color: Smalt. HEX triplet: 09, 32 and 88. RGB value is (9,50,136). Sum of RGB (Red+Green+Blue) = 9+50+136=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #093288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093288 is #F6CD77. Grayscale: #2F2F2F. Windows color (decimal): -16174456 or 8925705. OLE color: 8925705.

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

Color convert

RGB 9 50 136 -
CMYK 0.93 0.63 0 0.47
HSL 220.63º 0.88% 0.28% -
HSV(B) 220.63º 0.93% 0.53% -
XYZ 5.7 4.12 23.79 -
YUV 47.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 9 50 136 0.93 0.63 0 0.47 220.63 0.88 0.28
Hex 9 32 88 5D 3F 0 2F DD 58 1C
Octal 11 62 210 135 77 0 57 335 130 34
Binary 1001 110010 10001000 1011101 111111 0 101111 11011101 1011000 11100

Color Harmonies of #093288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093288

Black with #093288

Text Example


Text Example

White with #093288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093288; }

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

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

background-color css

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

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

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

border-color css

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

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

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