Html Css Color HEX #00099D New Midnight Blue

📋 copy color: '#00099D'

red 0 ◦ green 9 ◦ blue 157

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

Shades of New Midnight Blue #00099D

Tints of New Midnight Blue #00099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 157 (61.72% from 255) = 94.58%

R = 0%
G = 5.42%
B = 94.58%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00099D (or 0x00099D) is known color: New Midnight Blue. HEX triplet: 00, 09 and 9D. RGB value is (0,9,157). Sum of RGB (Red+Green+Blue) = 0+9+157=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 157 (61.72% from 255 or 94.58% from 166); Max value from RGB is 157 - color contains mainly: blue. Hex color #00099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00099D is #FFF662. Grayscale: #161616. Windows color (decimal): -16774755 or 10291456. OLE color: 10291456.

HSL color Cylindrical-coordinate representation of color #00099D: hue angle of 236.56º 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 #00099D is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 9 157 -
CMYK 1 0.94 0 0.38
HSL 236.56º 1% 0.31% -
HSV(B) 236.56º 1% 0.62% -
XYZ 6.18 2.63 32.08 -
YUV 23.18 203.52 111.47 -
System Red Green Blue C M Y K H S L
Decimal 0 9 157 1 0.94 0 0.38 236.56 1 0.31
Hex 0 9 9D 64 5E 0 26 ED 64 1F
Octal 0 11 235 144 136 0 46 355 144 37
Binary 0 1001 10011101 1100100 1011110 0 100110 11101101 1100100 11111

Color Harmonies of #00099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00099D

Black with #00099D

Text Example


Text Example

White with #00099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00099D; }

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

 H1.HeaderClassName
 {
   color: #00099D;
 }
 .AnyTagClassName
 {
   color: #00099D;
 }
</style>

background-color css

<style>
 a { background-color: #00099D; }

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

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

border-color css

<style>
 span { border-color: #00099D; }

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

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