Html Css Color HEX #00139E New Midnight Blue

📋 copy color: '#00139E'

red 0 ◦ green 19 ◦ blue 158

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

Shades of New Midnight Blue #00139E

Tints of New Midnight Blue #00139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 158 (62.11% from 255) = 89.27%

R = 0%
G = 10.73%
B = 89.27%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00139E (or 0x00139E) is known color: New Midnight Blue. HEX triplet: 00, 13 and 9E. RGB value is (0,19,158). Sum of RGB (Red+Green+Blue) = 0+19+158=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #00139E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00139E is #FFEC61. Grayscale: #1C1C1C. Windows color (decimal): -16772194 or 10359552. OLE color: 10359552.

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

Color convert

RGB 0 19 158 -
CMYK 1 0.88 0 0.38
HSL 232.78º 1% 0.31% -
HSV(B) 232.78º 1% 0.62% -
XYZ 6.4 2.93 32.58 -
YUV 29.17 200.71 107.2 -
System Red Green Blue C M Y K H S L
Decimal 0 19 158 1 0.88 0 0.38 232.78 1 0.31
Hex 0 13 9E 64 58 0 26 E9 64 1F
Octal 0 23 236 144 130 0 46 351 144 37
Binary 0 10011 10011110 1100100 1011000 0 100110 11101001 1100100 11111

Color Harmonies of #00139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00139E

Black with #00139E

Text Example


Text Example

White with #00139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00139E;
 }
 .AnyTagClassName
 {
   color: #00139E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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