Html Css Color HEX #00099C New Midnight Blue

📋 copy color: '#00099C'

red 0 ◦ green 9 ◦ blue 156

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

Shades of New Midnight Blue #00099C

Tints of New Midnight Blue #00099C

RGB

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

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

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

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

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

#00099C (or 0x00099C) is known color: New Midnight Blue. HEX triplet: 00, 09 and 9C. RGB value is (0,9,156). Sum of RGB (Red+Green+Blue) = 0+9+156=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 9 (3.91% from 255 or 5.45% 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 #00099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00099C is #FFF663. Grayscale: #161616. Windows color (decimal): -16774756 or 10225920. OLE color: 10225920.

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

Color convert

RGB 0 9 156 -
CMYK 1 0.94 0 0.39
HSL 236.54º 1% 0.31% -
HSV(B) 236.54º 1% 0.61% -
XYZ 6.1 2.6 31.63 -
YUV 23.07 203.02 111.55 -
System Red Green Blue C M Y K H S L
Decimal 0 9 156 1 0.94 0 0.39 236.54 1 0.31
Hex 0 9 9C 64 5E 0 27 ED 64 1F
Octal 0 11 234 144 136 0 47 355 144 37
Binary 0 1001 10011100 1100100 1011110 0 100111 11101101 1100100 11111

Color Harmonies of #00099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00099C

Black with #00099C

Text Example


Text Example

White with #00099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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