Html Css Color HEX #093F92 Smalt

📋 copy color: '#093F92'

red 9 ◦ green 63 ◦ blue 146

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

Shades of Smalt #093F92

Tints of Smalt #093F92

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

 BLUE value IS 146 (57.42% from 255) = 66.97%

R = 4.13%
G = 28.9%
B = 66.97%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093F92 (or 0x093F92) is known color: Smalt. HEX triplet: 09, 3F and 92. RGB value is (9,63,146). Sum of RGB (Red+Green+Blue) = 9+63+146=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #093F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F92 is #F6C06D. Grayscale: #373737. Windows color (decimal): -16171118 or 9584393. OLE color: 9584393.

HSL color Cylindrical-coordinate representation of color #093F92: hue angle of 216.35º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093F92 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 63 146 -
CMYK 0.94 0.57 0 0.43
HSL 216.35º 0.88% 0.3% -
HSV(B) 216.35º 0.94% 0.57% -
XYZ 7.08 5.69 27.92 -
YUV 56.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 9 63 146 0.94 0.57 0 0.43 216.35 0.88 0.3
Hex 9 3F 92 5E 39 0 2B D8 58 1E
Octal 11 77 222 136 71 0 53 330 130 36
Binary 1001 111111 10010010 1011110 111001 0 101011 11011000 1011000 11110

Color Harmonies of #093F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F92

Black with #093F92

Text Example


Text Example

White with #093F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,63,146); }

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

background-color css

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

 a { background-color: rgb(9,63,146); }

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

border-color css

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

 span { border-color: rgb(9,63,146); }

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