Html Css Color HEX #09359E Smalt

📋 copy color: '#09359E'

red 9 ◦ green 53 ◦ blue 158

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

Shades of Smalt #09359E

Tints of Smalt #09359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 158 (62.11% from 255) = 71.82%

R = 4.09%
G = 24.09%
B = 71.82%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09359E (or 0x09359E) is known color: Smalt. HEX triplet: 09, 35 and 9E. RGB value is (9,53,158). Sum of RGB (Red+Green+Blue) = 9+53+158=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #09359E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09359E is #F6CA61. Grayscale: #333333. Windows color (decimal): -16173666 or 10368265. OLE color: 10368265.

HSL color Cylindrical-coordinate representation of color #09359E: hue angle of 222.28º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09359E is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 53 158 -
CMYK 0.94 0.66 0 0.38
HSL 222.28º 0.89% 0.33% -
HSV(B) 222.28º 0.94% 0.62% -
XYZ 7.56 5.07 32.93 -
YUV 51.81 187.92 97.46 -
System Red Green Blue C M Y K H S L
Decimal 9 53 158 0.94 0.66 0 0.38 222.28 0.89 0.33
Hex 9 35 9E 5E 42 0 26 DE 59 21
Octal 11 65 236 136 102 0 46 336 131 41
Binary 1001 110101 10011110 1011110 1000010 0 100110 11011110 1011001 100001

Color Harmonies of #09359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09359E

Black with #09359E

Text Example


Text Example

White with #09359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09359E; }

 p { color: rgb(9,53,158); }

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

background-color css

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

 a { background-color: rgb(9,53,158); }

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

border-color css

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

 span { border-color: rgb(9,53,158); }

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