Html Css Color HEX #09048D Dark Blue

📋 copy color: '#09048D'

red 9 ◦ green 4 ◦ blue 141

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

Shades of Dark Blue #09048D

Tints of Dark Blue #09048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

 BLUE value IS 141 (55.47% from 255) = 91.56%

R = 5.84%
G = 2.6%
B = 91.56%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09048D (or 0x09048D) is known color: Dark Blue. HEX triplet: 09, 04 and 8D. RGB value is (9,4,141). Sum of RGB (Red+Green+Blue) = 9+4+141=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 141 (55.47% from 255 or 91.56% from 154); Max value from RGB is 141 - color contains mainly: blue. Hex color #09048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09048D is #F6FB72. Grayscale: #141414. Windows color (decimal): -16186227 or 9241609. OLE color: 9241609.

HSL color Cylindrical-coordinate representation of color #09048D: hue angle of 242.19º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09048D is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 4 141 -
CMYK 0.94 0.97 0 0.45
HSL 242.19º 0.94% 0.28% -
HSV(B) 242.19º 0.97% 0.55% -
XYZ 4.96 2.07 25.34 -
YUV 21.11 195.66 119.36 -
System Red Green Blue C M Y K H S L
Decimal 9 4 141 0.94 0.97 0 0.45 242.19 0.94 0.28
Hex 9 4 8D 5E 61 0 2D F2 5E 1C
Octal 11 4 215 136 141 0 55 362 136 34
Binary 1001 100 10001101 1011110 1100001 0 101101 11110010 1011110 11100

Color Harmonies of #09048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09048D

Black with #09048D

Text Example


Text Example

White with #09048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09048D; }

 p { color: rgb(9,4,141); }

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

background-color css

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

 a { background-color: rgb(9,4,141); }

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

border-color css

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

 span { border-color: rgb(9,4,141); }

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