Html Css Color HEX #09014A Midnight Blue

📋 copy color: '#09014A'

red 9 ◦ green 1 ◦ blue 74

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

Shades of Midnight Blue #09014A

Tints of Midnight Blue #09014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.19%

 BLUE value IS 74 (29.3% from 255) = 88.1%

R = 10.71%
G = 1.19%
B = 88.1%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09014A (or 0x09014A) is known color: Midnight Blue. HEX triplet: 09, 01 and 4A. RGB value is (9,1,74). Sum of RGB (Red+Green+Blue) = 9+1+74=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 74 (29.30% from 255 or 88.10% from 84); Max value from RGB is 74 - color contains mainly: blue. Hex color #09014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09014A is #F6FEB5. Grayscale: #0B0B0B. Windows color (decimal): -16187062 or 4849929. OLE color: 4849929.

HSL color Cylindrical-coordinate representation of color #09014A: hue angle of 246.58º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09014A is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 1 74 -
CMYK 0.88 0.99 0 0.71
HSL 246.58º 0.97% 0.15% -
HSV(B) 246.58º 0.99% 0.29% -
XYZ 1.36 0.57 6.52 -
YUV 11.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 9 1 74 0.88 0.99 0 0.71 246.58 0.97 0.15
Hex 9 1 4A 58 63 0 47 F7 61 F
Octal 11 1 112 130 143 0 107 367 141 17
Binary 1001 1 1001010 1011000 1100011 0 1000111 11110111 1100001 1111

Color Harmonies of #09014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09014A

Black with #09014A

Text Example


Text Example

White with #09014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09014A; }

 p { color: rgb(9,1,74); }

 H1.HeaderClassName
 {
   color: #09014A;
 }
 .AnyTagClassName
 {
   color: #09014A;
 }
</style>

background-color css

<style>
 a { background-color: #09014A; }

 a { background-color: rgb(9,1,74); }

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

border-color css

<style>
 span { border-color: #09014A; }

 span { border-color: rgb(9,1,74); }

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