Html Css Color HEX #00099B New Midnight Blue

📋 copy color: '#00099B'

red 0 ◦ green 9 ◦ blue 155

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

Shades of New Midnight Blue #00099B

Tints of New Midnight Blue #00099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 94.51%

R = 0%
G = 5.49%
B = 94.51%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00099B (or 0x00099B) is known color: New Midnight Blue. HEX triplet: 00, 09 and 9B. RGB value is (0,9,155). Sum of RGB (Red+Green+Blue) = 0+9+155=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 155 (60.94% from 255 or 94.51% from 164); Max value from RGB is 155 - color contains mainly: blue. Hex color #00099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00099B is #FFF664. Grayscale: #161616. Windows color (decimal): -16774757 or 10160384. OLE color: 10160384.

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

Color convert

RGB 0 9 155 -
CMYK 1 0.94 0 0.39
HSL 236.52º 1% 0.3% -
HSV(B) 236.52º 1% 0.61% -
XYZ 6.01 2.56 31.19 -
YUV 22.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 0 9 155 1 0.94 0 0.39 236.52 1 0.3
Hex 0 9 9B 64 5E 0 27 ED 64 1E
Octal 0 11 233 144 136 0 47 355 144 36
Binary 0 1001 10011011 1100100 1011110 0 100111 11101101 1100100 11110

Color Harmonies of #00099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00099B

Black with #00099B

Text Example


Text Example

White with #00099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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