Html Css Color HEX #09009C New Midnight Blue

📋 copy color: '#09009C'

red 9 ◦ green 0 ◦ blue 156

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

Shades of New Midnight Blue #09009C

Tints of New Midnight Blue #09009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 94.55%

R = 5.45%
G = 0%
B = 94.55%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09009C (or 0x09009C) is known color: New Midnight Blue. HEX triplet: 09, 00 and 9C. RGB value is (9,0,156). Sum of RGB (Red+Green+Blue) = 9+0+156=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 156 (61.33% from 255 or 94.55% from 165); Max value from RGB is 156 - color contains mainly: blue. Hex color #09009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09009C is #F6FF63. Grayscale: #131313. Windows color (decimal): -16187236 or 10223625. OLE color: 10223625.

HSL color Cylindrical-coordinate representation of color #09009C: hue angle of 243.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09009C is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 0 156 -
CMYK 0.94 1 0 0.39
HSL 243.46º 1% 0.31% -
HSV(B) 243.46º 1% 0.61% -
XYZ 6.11 2.46 31.6 -
YUV 20.48 204.48 119.82 -
System Red Green Blue C M Y K H S L
Decimal 9 0 156 0.94 1 0 0.39 243.46 1 0.31
Hex 9 0 9C 5E 64 0 27 F3 64 1F
Octal 11 0 234 136 144 0 47 363 144 37
Binary 1001 0 10011100 1011110 1100100 0 100111 11110011 1100100 11111

Color Harmonies of #09009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09009C

Black with #09009C

Text Example


Text Example

White with #09009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,0,156); }

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

background-color css

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

 a { background-color: rgb(9,0,156); }

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

border-color css

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

 span { border-color: rgb(9,0,156); }

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