Html Css Color HEX #093E9A Smalt

📋 copy color: '#093E9A'

red 9 ◦ green 62 ◦ blue 154

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

Shades of Smalt #093E9A

Tints of Smalt #093E9A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

 BLUE value IS 154 (60.55% from 255) = 68.44%

R = 4%
G = 27.56%
B = 68.44%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#093E9A (or 0x093E9A) is known color: Smalt. HEX triplet: 09, 3E and 9A. RGB value is (9,62,154). Sum of RGB (Red+Green+Blue) = 9+62+154=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #093E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E9A is #F6C165. Grayscale: #383838. Windows color (decimal): -16171366 or 10108425. OLE color: 10108425.

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

Color convert

RGB 9 62 154 -
CMYK 0.94 0.60 0 0.40
HSL 218.07º 0.89% 0.32% -
HSV(B) 218.07º 0.94% 0.6% -
XYZ 7.67 5.84 31.29 -
YUV 56.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 9 62 154 0.94 0.60 0 0.40 218.07 0.89 0.32
Hex 9 3E 9A 5E 3C 0 28 DA 59 20
Octal 11 76 232 136 74 0 50 332 131 40
Binary 1001 111110 10011010 1011110 111100 0 101000 11011010 1011001 100000

Color Harmonies of #093E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E9A

Black with #093E9A

Text Example


Text Example

White with #093E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,154); }

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

background-color css

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

 a { background-color: rgb(9,62,154); }

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

border-color css

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

 span { border-color: rgb(9,62,154); }

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