Html Css Color HEX #09009F New Midnight Blue

📋 copy color: '#09009F'

red 9 ◦ green 0 ◦ blue 159

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

Shades of New Midnight Blue #09009F

Tints of New Midnight Blue #09009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 94.64%

R = 5.36%
G = 0%
B = 94.64%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09009F (or 0x09009F) is known color: New Midnight Blue. HEX triplet: 09, 00 and 9F. RGB value is (9,0,159). Sum of RGB (Red+Green+Blue) = 9+0+159=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 159 (62.5% from 255 or 94.64% from 168); Max value from RGB is 159 - color contains mainly: blue. Hex color #09009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09009F is #F6FF60. Grayscale: #141414. Windows color (decimal): -16187233 or 10420233. OLE color: 10420233.

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

Color convert

RGB 9 0 159 -
CMYK 0.94 1 0 0.38
HSL 243.4º 1% 0.31% -
HSV(B) 243.4º 1% 0.62% -
XYZ 6.37 2.56 32.96 -
YUV 20.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 9 0 159 0.94 1 0 0.38 243.4 1 0.31
Hex 9 0 9F 5E 64 0 26 F3 64 1F
Octal 11 0 237 136 144 0 46 363 144 37
Binary 1001 0 10011111 1011110 1100100 0 100110 11110011 1100100 11111

Color Harmonies of #09009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09009F

Black with #09009F

Text Example


Text Example

White with #09009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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