Html Css Color HEX #093695 Smalt

📋 copy color: '#093695'

red 9 ◦ green 54 ◦ blue 149

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

Shades of Smalt #093695

Tints of Smalt #093695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 4.25%
G = 25.47%
B = 70.28%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093695 (or 0x093695) is known color: Smalt. HEX triplet: 09, 36 and 95. RGB value is (9,54,149). Sum of RGB (Red+Green+Blue) = 9+54+149=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #093695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093695 is #F6C96A. Grayscale: #323232. Windows color (decimal): -16173419 or 9778697. OLE color: 9778697.

HSL color Cylindrical-coordinate representation of color #093695: hue angle of 220.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093695 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 54 149 -
CMYK 0.94 0.64 0 0.42
HSL 220.71º 0.89% 0.31% -
HSV(B) 220.71º 0.94% 0.58% -
XYZ 6.86 4.87 29.01 -
YUV 51.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 9 54 149 0.94 0.64 0 0.42 220.71 0.89 0.31
Hex 9 36 95 5E 40 0 2A DD 59 1F
Octal 11 66 225 136 100 0 52 335 131 37
Binary 1001 110110 10010101 1011110 1000000 0 101010 11011101 1011001 11111

Color Harmonies of #093695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093695

Black with #093695

Text Example


Text Example

White with #093695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093695; }

 p { color: rgb(9,54,149); }

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

background-color css

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

 a { background-color: rgb(9,54,149); }

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

border-color css

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

 span { border-color: rgb(9,54,149); }

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