Html Css Color HEX #093B9A Smalt

📋 copy color: '#093B9A'

red 9 ◦ green 59 ◦ blue 154

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

Shades of Smalt #093B9A

Tints of Smalt #093B9A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

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

R = 4.05%
G = 26.58%
B = 69.37%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#093B9A (or 0x093B9A) is known color: Smalt. HEX triplet: 09, 3B and 9A. RGB value is (9,59,154). Sum of RGB (Red+Green+Blue) = 9+59+154=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 154 (60.55% from 255 or 69.37% from 222); Max value from RGB is 154 - color contains mainly: blue. Hex color #093B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093B9A is #F6C465. Grayscale: #363636. Windows color (decimal): -16172134 or 10107657. OLE color: 10107657.

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

Color convert

RGB 9 59 154 -
CMYK 0.94 0.62 0 0.40
HSL 219.31º 0.89% 0.32% -
HSV(B) 219.31º 0.94% 0.6% -
XYZ 7.51 5.52 31.24 -
YUV 54.88 183.94 95.28 -
System Red Green Blue C M Y K H S L
Decimal 9 59 154 0.94 0.62 0 0.40 219.31 0.89 0.32
Hex 9 3B 9A 5E 3E 0 28 DB 59 20
Octal 11 73 232 136 76 0 50 333 131 40
Binary 1001 111011 10011010 1011110 111110 0 101000 11011011 1011001 100000

Color Harmonies of #093B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B9A

Black with #093B9A

Text Example


Text Example

White with #093B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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