Html Css Color HEX #09338C Smalt

📋 copy color: '#09338C'

red 9 ◦ green 51 ◦ blue 140

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

Shades of Smalt #09338C

Tints of Smalt #09338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

 BLUE value IS 140 (55.08% from 255) = 70%

R = 4.5%
G = 25.5%
B = 70%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09338C (or 0x09338C) is known color: Smalt. HEX triplet: 09, 33 and 8C. RGB value is (9,51,140). Sum of RGB (Red+Green+Blue) = 9+51+140=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #09338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09338C is #F6CC73. Grayscale: #303030. Windows color (decimal): -16174196 or 9188105. OLE color: 9188105.

HSL color Cylindrical-coordinate representation of color #09338C: hue angle of 220.76º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09338C is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 51 140 -
CMYK 0.94 0.64 0 0.45
HSL 220.76º 0.88% 0.29% -
HSV(B) 220.76º 0.94% 0.55% -
XYZ 6.03 4.32 25.33 -
YUV 48.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 9 51 140 0.94 0.64 0 0.45 220.76 0.88 0.29
Hex 9 33 8C 5E 40 0 2D DD 58 1D
Octal 11 63 214 136 100 0 55 335 130 35
Binary 1001 110011 10001100 1011110 1000000 0 101101 11011101 1011000 11101

Color Harmonies of #09338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09338C

Black with #09338C

Text Example


Text Example

White with #09338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09338C; }

 p { color: rgb(9,51,140); }

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

background-color css

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

 a { background-color: rgb(9,51,140); }

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

border-color css

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

 span { border-color: rgb(9,51,140); }

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