Html Css Color HEX #093085 Smalt

📋 copy color: '#093085'

red 9 ◦ green 48 ◦ blue 133

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

Shades of Smalt #093085

Tints of Smalt #093085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 133 (52.34% from 255) = 70%

R = 4.74%
G = 25.26%
B = 70%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#093085 (or 0x093085) is known color: Smalt. HEX triplet: 09, 30 and 85. RGB value is (9,48,133). Sum of RGB (Red+Green+Blue) = 9+48+133=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #093085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093085 is #F6CF7A. Grayscale: #2D2D2D. Windows color (decimal): -16174971 or 8728585. OLE color: 8728585.

HSL color Cylindrical-coordinate representation of color #093085: hue angle of 221.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093085 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 48 133 -
CMYK 0.93 0.64 0 0.48
HSL 221.13º 0.87% 0.28% -
HSV(B) 221.13º 0.93% 0.52% -
XYZ 5.4 3.87 22.65 -
YUV 46.03 177.08 101.59 -
System Red Green Blue C M Y K H S L
Decimal 9 48 133 0.93 0.64 0 0.48 221.13 0.87 0.28
Hex 9 30 85 5D 40 0 30 DD 57 1C
Octal 11 60 205 135 100 0 60 335 127 34
Binary 1001 110000 10000101 1011101 1000000 0 110000 11011101 1010111 11100

Color Harmonies of #093085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093085

Black with #093085

Text Example


Text Example

White with #093085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093085; }

 p { color: rgb(9,48,133); }

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

background-color css

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

 a { background-color: rgb(9,48,133); }

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

border-color css

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

 span { border-color: rgb(9,48,133); }

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