Html Css Color HEX #09054C Midnight Blue

📋 copy color: '#09054C'

red 9 ◦ green 5 ◦ blue 76

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

Shades of Midnight Blue #09054C

Tints of Midnight Blue #09054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.56%

 BLUE value IS 76 (30.08% from 255) = 84.44%

R = 10%
G = 5.56%
B = 84.44%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09054C (or 0x09054C) is known color: Midnight Blue. HEX triplet: 09, 05 and 4C. RGB value is (9,5,76). Sum of RGB (Red+Green+Blue) = 9+5+76=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 76 (30.08% from 255 or 84.44% from 90); Max value from RGB is 76 - color contains mainly: blue. Hex color #09054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09054C is #F6FAB3. Grayscale: #0E0E0E. Windows color (decimal): -16186036 or 4982025. OLE color: 4982025.

HSL color Cylindrical-coordinate representation of color #09054C: hue angle of 243.38º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09054C is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 5 76 -
CMYK 0.88 0.93 0 0.70
HSL 243.38º 0.88% 0.16% -
HSV(B) 243.38º 0.93% 0.3% -
XYZ 1.47 0.69 6.89 -
YUV 14.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 9 5 76 0.88 0.93 0 0.70 243.38 0.88 0.16
Hex 9 5 4C 58 5D 0 46 F3 58 10
Octal 11 5 114 130 135 0 106 363 130 20
Binary 1001 101 1001100 1011000 1011101 0 1000110 11110011 1011000 10000

Color Harmonies of #09054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09054C

Black with #09054C

Text Example


Text Example

White with #09054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,5,76); }

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

background-color css

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

 a { background-color: rgb(9,5,76); }

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

border-color css

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

 span { border-color: rgb(9,5,76); }

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