Html Css Color HEX #00109D New Midnight Blue

📋 copy color: '#00109D'

red 0 ◦ green 16 ◦ blue 157

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

Shades of New Midnight Blue #00109D

Tints of New Midnight Blue #00109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 0%
G = 9.25%
B = 90.75%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00109D (or 0x00109D) is known color: New Midnight Blue. HEX triplet: 00, 10 and 9D. RGB value is (0,16,157). Sum of RGB (Red+Green+Blue) = 0+16+157=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 157 (61.72% from 255 or 90.75% from 173); Max value from RGB is 157 - color contains mainly: blue. Hex color #00109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00109D is #FFEF62. Grayscale: #1A1A1A. Windows color (decimal): -16772963 or 10293248. OLE color: 10293248.

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

Color convert

RGB 0 16 157 -
CMYK 1 0.90 0 0.38
HSL 233.89º 1% 0.31% -
HSV(B) 233.89º 1% 0.62% -
XYZ 6.27 2.8 32.11 -
YUV 27.29 201.2 108.54 -
System Red Green Blue C M Y K H S L
Decimal 0 16 157 1 0.90 0 0.38 233.89 1 0.31
Hex 0 10 9D 64 5A 0 26 EA 64 1F
Octal 0 20 235 144 132 0 46 352 144 37
Binary 0 10000 10011101 1100100 1011010 0 100110 11101010 1100100 11111

Color Harmonies of #00109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00109D

Black with #00109D

Text Example


Text Example

White with #00109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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