#00139F

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

Shades of New Midnight Blue #00139F

Tints of New Midnight Blue #00139F

Color information

#00139F (or 0x00139F) is unknown color: approx New Midnight Blue. HEX triplet: 00, 13 and 9F. RGB value is (0,19,159). Sum of RGB (Red+Green+Blue) = 0+19+159=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #00139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00139F is #FFEC60. Grayscale: #1C1C1C. Windows color (decimal): -16772193 or 10425088. OLE color: 10425088.

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

Color convert

RGB019159-
CMYK10.8800.38
HSL232.83º100%31.18%-
HSV(B)232.83º100%62.35%-
XYZ6.492.9733.03-
YUV29.28201.21107.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 159 (62.5% from 255) = 89.33%
R=0%
G=10.67%
B=89.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal01915910.8800.38232.8310031.18
Hex0139F6458026e9641f
Octal02323714413004635114437
Binary0100111001111111001001011000010011011101001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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