Html Css Color HEX #09349B Smalt

📋 copy color: '#09349B'

red 9 ◦ green 52 ◦ blue 155

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

Shades of Smalt #09349B

Tints of Smalt #09349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.07%

 BLUE value IS 155 (60.94% from 255) = 71.76%

R = 4.17%
G = 24.07%
B = 71.76%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09349B (or 0x09349B) is known color: Smalt. HEX triplet: 09, 34 and 9B. RGB value is (9,52,155). Sum of RGB (Red+Green+Blue) = 9+52+155=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #09349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09349B is #F6CB64. Grayscale: #323232. Windows color (decimal): -16173925 or 10171401. OLE color: 10171401.

HSL color Cylindrical-coordinate representation of color #09349B: hue angle of 222.33º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09349B is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 52 155 -
CMYK 0.94 0.66 0 0.39
HSL 222.33º 0.89% 0.32% -
HSV(B) 222.33º 0.94% 0.61% -
XYZ 7.26 4.88 31.57 -
YUV 50.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 9 52 155 0.94 0.66 0 0.39 222.33 0.89 0.32
Hex 9 34 9B 5E 42 0 27 DE 59 20
Octal 11 64 233 136 102 0 47 336 131 40
Binary 1001 110100 10011011 1011110 1000010 0 100111 11011110 1011001 100000

Color Harmonies of #09349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09349B

Black with #09349B

Text Example


Text Example

White with #09349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09349B; }

 p { color: rgb(9,52,155); }

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

background-color css

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

 a { background-color: rgb(9,52,155); }

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

border-color css

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

 span { border-color: rgb(9,52,155); }

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