Html Css Color HEX #093DA0 Smalt

📋 copy color: '#093DA0'

red 9 ◦ green 61 ◦ blue 160

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

Shades of Smalt #093DA0

Tints of Smalt #093DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.52%

 BLUE value IS 160 (62.89% from 255) = 69.57%

R = 3.91%
G = 26.52%
B = 69.57%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#093DA0 (or 0x093DA0) is known color: Smalt. HEX triplet: 09, 3D and A0. RGB value is (9,61,160). Sum of RGB (Red+Green+Blue) = 9+61+160=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #093DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093DA0 is #F6C25F. Grayscale: #383838. Windows color (decimal): -16171616 or 10501385. OLE color: 10501385.

HSL color Cylindrical-coordinate representation of color #093DA0: hue angle of 219.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093DA0 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 61 160 -
CMYK 0.94 0.62 0 0.37
HSL 219.34º 0.89% 0.33% -
HSV(B) 219.34º 0.94% 0.63% -
XYZ 8.13 5.93 33.97 -
YUV 56.74 186.27 93.95 -
System Red Green Blue C M Y K H S L
Decimal 9 61 160 0.94 0.62 0 0.37 219.34 0.89 0.33
Hex 9 3D A0 5E 3E 0 25 DB 59 21
Octal 11 75 240 136 76 0 45 333 131 41
Binary 1001 111101 10100000 1011110 111110 0 100101 11011011 1011001 100001

Color Harmonies of #093DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DA0

Black with #093DA0

Text Example


Text Example

White with #093DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093DA0; }

 p { color: rgb(9,61,160); }

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

background-color css

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

 a { background-color: rgb(9,61,160); }

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

border-color css

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

 span { border-color: rgb(9,61,160); }

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