Html Css Color HEX #09308B Smalt

📋 copy color: '#09308B'

red 9 ◦ green 48 ◦ blue 139

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

Shades of Smalt #09308B

Tints of Smalt #09308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.92%

R = 4.59%
G = 24.49%
B = 70.92%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09308B (or 0x09308B) is known color: Smalt. HEX triplet: 09, 30 and 8B. RGB value is (9,48,139). Sum of RGB (Red+Green+Blue) = 9+48+139=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #09308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09308B is #F6CF74. Grayscale: #2E2E2E. Windows color (decimal): -16174965 or 9121801. OLE color: 9121801.

HSL color Cylindrical-coordinate representation of color #09308B: hue angle of 222º 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 #09308B is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 48 139 -
CMYK 0.94 0.65 0 0.45
HSL 222º 0.88% 0.29% -
HSV(B) 222º 0.94% 0.55% -
XYZ 5.83 4.04 24.9 -
YUV 46.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 9 48 139 0.94 0.65 0 0.45 222 0.88 0.29
Hex 9 30 8B 5E 41 0 2D DE 58 1D
Octal 11 60 213 136 101 0 55 336 130 35
Binary 1001 110000 10001011 1011110 1000001 0 101101 11011110 1011000 11101

Color Harmonies of #09308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09308B

Black with #09308B

Text Example


Text Example

White with #09308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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