Html Css Color HEX #093C9C Smalt

📋 copy color: '#093C9C'

red 9 ◦ green 60 ◦ blue 156

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

Shades of Smalt #093C9C

Tints of Smalt #093C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.33%

R = 4%
G = 26.67%
B = 69.33%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#093C9C (or 0x093C9C) is known color: Smalt. HEX triplet: 09, 3C and 9C. RGB value is (9,60,156). Sum of RGB (Red+Green+Blue) = 9+60+156=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #093C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C9C is #F6C363. Grayscale: #373737. Windows color (decimal): -16171876 or 10238985. OLE color: 10238985.

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

Color convert

RGB 9 60 156 -
CMYK 0.94 0.62 0 0.39
HSL 219.18º 0.89% 0.32% -
HSV(B) 219.18º 0.94% 0.61% -
XYZ 7.73 5.69 32.14 -
YUV 55.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 9 60 156 0.94 0.62 0 0.39 219.18 0.89 0.32
Hex 9 3C 9C 5E 3E 0 27 DB 59 20
Octal 11 74 234 136 76 0 47 333 131 40
Binary 1001 111100 10011100 1011110 111110 0 100111 11011011 1011001 100000

Color Harmonies of #093C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C9C

Black with #093C9C

Text Example


Text Example

White with #093C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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