Html Css Color HEX #00119F New Midnight Blue

📋 copy color: '#00119F'

red 0 ◦ green 17 ◦ blue 159

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

Shades of New Midnight Blue #00119F

Tints of New Midnight Blue #00119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.66%

 BLUE value IS 159 (62.5% from 255) = 90.34%

R = 0%
G = 9.66%
B = 90.34%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00119F (or 0x00119F) is known color: New Midnight Blue. HEX triplet: 00, 11 and 9F. RGB value is (0,17,159). Sum of RGB (Red+Green+Blue) = 0+17+159=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 159 (62.5% from 255 or 90.34% from 176); Max value from RGB is 159 - color contains mainly: blue. Hex color #00119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00119F is #FFEE60. Grayscale: #1B1B1B. Windows color (decimal): -16772705 or 10424576. OLE color: 10424576.

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

Color convert

RGB 0 17 159 -
CMYK 1 0.89 0 0.38
HSL 233.58º 1% 0.31% -
HSV(B) 233.58º 1% 0.62% -
XYZ 6.46 2.9 33.02 -
YUV 28.11 201.87 107.95 -
System Red Green Blue C M Y K H S L
Decimal 0 17 159 1 0.89 0 0.38 233.58 1 0.31
Hex 0 11 9F 64 59 0 26 EA 64 1F
Octal 0 21 237 144 131 0 46 352 144 37
Binary 0 10001 10011111 1100100 1011001 0 100110 11101010 1100100 11111

Color Harmonies of #00119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00119F

Black with #00119F

Text Example


Text Example

White with #00119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00119F; }

 p { color: rgb(0,17,159); }

 H1.HeaderClassName
 {
   color: #00119F;
 }
 .AnyTagClassName
 {
   color: #00119F;
 }
</style>

background-color css

<style>
 a { background-color: #00119F; }

 a { background-color: rgb(0,17,159); }

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

border-color css

<style>
 span { border-color: #00119F; }

 span { border-color: rgb(0,17,159); }

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