Html Css Color HEX #09048B Dark Blue

📋 copy color: '#09048B'

red 9 ◦ green 4 ◦ blue 139

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

Shades of Dark Blue #09048B

Tints of Dark Blue #09048B

RGB

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

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

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

R = 5.92%
G = 2.63%
B = 91.45%

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

#09048B (or 0x09048B) is known color: Dark Blue. HEX triplet: 09, 04 and 8B. RGB value is (9,4,139). Sum of RGB (Red+Green+Blue) = 9+4+139=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #09048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09048B is #F6FB74. Grayscale: #141414. Windows color (decimal): -16186229 or 9110537. OLE color: 9110537.

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

Color convert

RGB 9 4 139 -
CMYK 0.94 0.97 0 0.45
HSL 242.22º 0.94% 0.28% -
HSV(B) 242.22º 0.97% 0.55% -
XYZ 4.82 2.01 24.56 -
YUV 20.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 9 4 139 0.94 0.97 0 0.45 242.22 0.94 0.28
Hex 9 4 8B 5E 61 0 2D F2 5E 1C
Octal 11 4 213 136 141 0 55 362 136 34
Binary 1001 100 10001011 1011110 1100001 0 101101 11110010 1011110 11100

Color Harmonies of #09048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09048B

Black with #09048B

Text Example


Text Example

White with #09048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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