Html Css Color HEX #09048C Dark Blue

📋 copy color: '#09048C'

red 9 ◦ green 4 ◦ blue 140

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

Shades of Dark Blue #09048C

Tints of Dark Blue #09048C

RGB

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

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

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

R = 5.88%
G = 2.61%
B = 91.5%

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

#09048C (or 0x09048C) is known color: Dark Blue. HEX triplet: 09, 04 and 8C. RGB value is (9,4,140). Sum of RGB (Red+Green+Blue) = 9+4+140=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 140 (55.08% from 255 or 91.50% from 153); Max value from RGB is 140 - color contains mainly: blue. Hex color #09048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09048C is #F6FB73. Grayscale: #141414. Windows color (decimal): -16186228 or 9176073. OLE color: 9176073.

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

Color convert

RGB 9 4 140 -
CMYK 0.94 0.97 0 0.45
HSL 242.21º 0.94% 0.28% -
HSV(B) 242.21º 0.97% 0.55% -
XYZ 4.89 2.04 24.95 -
YUV 21 195.16 119.44 -
System Red Green Blue C M Y K H S L
Decimal 9 4 140 0.94 0.97 0 0.45 242.21 0.94 0.28
Hex 9 4 8C 5E 61 0 2D F2 5E 1C
Octal 11 4 214 136 141 0 55 362 136 34
Binary 1001 100 10001100 1011110 1100001 0 101101 11110010 1011110 11100

Color Harmonies of #09048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09048C

Black with #09048C

Text Example


Text Example

White with #09048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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