Html Css Color HEX #093C9F Smalt

📋 copy color: '#093C9F'

red 9 ◦ green 60 ◦ blue 159

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

Shades of Smalt #093C9F

Tints of Smalt #093C9F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

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

R = 3.95%
G = 26.32%
B = 69.74%

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

#093C9F (or 0x093C9F) is known color: Smalt. HEX triplet: 09, 3C and 9F. RGB value is (9,60,159). Sum of RGB (Red+Green+Blue) = 9+60+159=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #093C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C9F is #F6C360. Grayscale: #373737. Windows color (decimal): -16171873 or 10435593. OLE color: 10435593.

HSL color Cylindrical-coordinate representation of color #093C9F: hue angle of 219.6º 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 #093C9F is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 60 159 -
CMYK 0.94 0.62 0 0.38
HSL 219.6º 0.89% 0.33% -
HSV(B) 219.6º 0.94% 0.62% -
XYZ 7.99 5.79 33.5 -
YUV 56.04 186.1 94.45 -
System Red Green Blue C M Y K H S L
Decimal 9 60 159 0.94 0.62 0 0.38 219.6 0.89 0.33
Hex 9 3C 9F 5E 3E 0 26 DC 59 21
Octal 11 74 237 136 76 0 46 334 131 41
Binary 1001 111100 10011111 1011110 111110 0 100110 11011100 1011001 100001

Color Harmonies of #093C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C9F

Black with #093C9F

Text Example


Text Example

White with #093C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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