#00109C

Color #00109C New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #00109C

Tints of New Midnight Blue #00109C

Color information

#00109C (or 0x00109C) is unknown color: approx New Midnight Blue. HEX triplet: 00, 10 and 9C. RGB value is (0,16,156). Sum of RGB (Red+Green+Blue) = 0+16+156=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #00109C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00109C is #FFEF63. Grayscale: #1A1A1A. Windows color (decimal): -16772964 or 10227712. OLE color: 10227712.

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

Color convert

RGB016156-
CMYK10.9000.39
HSL233.85º100%30.59%-
HSV(B)233.85º100%61.18%-
XYZ6.192.7731.66-
YUV27.18200.7108.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 156 (61.33% from 255) = 90.70%
R=0%
G=9.30%
B=90.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal01615610.9000.39233.8510030.59
Hex0109C645A027ea641f
Octal02023414413204735214437
Binary0100001001110011001001011010010011111101010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00109C;
 }
 .AnyTagClassName
 {
   color: #00109C;
 }
</style>
background-color css

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

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

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

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

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

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