Html Css Color HEX #093D9F Smalt

📋 copy color: '#093D9F'

red 9 ◦ green 61 ◦ blue 159

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

Shades of Smalt #093D9F

Tints of Smalt #093D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 69.43%

R = 3.93%
G = 26.64%
B = 69.43%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#093D9F (or 0x093D9F) is known color: Smalt. HEX triplet: 09, 3D and 9F. RGB value is (9,61,159). Sum of RGB (Red+Green+Blue) = 9+61+159=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #093D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D9F is #F6C260. Grayscale: #383838. Windows color (decimal): -16171617 or 10435849. OLE color: 10435849.

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

Color convert

RGB 9 61 159 -
CMYK 0.94 0.62 0 0.38
HSL 219.2º 0.89% 0.33% -
HSV(B) 219.2º 0.94% 0.62% -
XYZ 8.04 5.9 33.52 -
YUV 56.62 185.77 94.03 -
System Red Green Blue C M Y K H S L
Decimal 9 61 159 0.94 0.62 0 0.38 219.2 0.89 0.33
Hex 9 3D 9F 5E 3E 0 26 DB 59 21
Octal 11 75 237 136 76 0 46 333 131 41
Binary 1001 111101 10011111 1011110 111110 0 100110 11011011 1011001 100001

Color Harmonies of #093D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D9F

Black with #093D9F

Text Example


Text Example

White with #093D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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