Html Css Color HEX #01139A New Midnight Blue

📋 copy color: '#01139A'

red 1 ◦ green 19 ◦ blue 154

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

Shades of New Midnight Blue #01139A

Tints of New Midnight Blue #01139A

RGB

 RED value IS 1 (0.78% from 255) = 0.57%

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

 BLUE value IS 154 (60.55% from 255) = 88.51%

R = 0.57%
G = 10.92%
B = 88.51%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01139A (or 0x01139A) is known color: New Midnight Blue. HEX triplet: 01, 13 and 9A. RGB value is (1,19,154). Sum of RGB (Red+Green+Blue) = 1+19+154=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 154 (60.55% from 255 or 88.51% from 174); Max value from RGB is 154 - color contains mainly: blue. Hex color #01139A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01139A is #FEEC65. Grayscale: #1C1C1C. Windows color (decimal): -16706662 or 10097409. OLE color: 10097409.

HSL color Cylindrical-coordinate representation of color #01139A: hue angle of 232.94º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01139A is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 19 154 -
CMYK 0.99 0.88 0 0.40
HSL 232.94º 0.99% 0.3% -
HSV(B) 232.94º 0.99% 0.6% -
XYZ 6.08 2.81 30.79 -
YUV 29.01 198.54 108.02 -
System Red Green Blue C M Y K H S L
Decimal 1 19 154 0.99 0.88 0 0.40 232.94 0.99 0.3
Hex 1 13 9A 63 58 0 28 E9 63 1E
Octal 1 23 232 143 130 0 50 351 143 36
Binary 1 10011 10011010 1100011 1011000 0 101000 11101001 1100011 11110

Color Harmonies of #01139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01139A

Black with #01139A

Text Example


Text Example

White with #01139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01139A; }

 p { color: rgb(1,19,154); }

 H1.HeaderClassName
 {
   color: #01139A;
 }
 .AnyTagClassName
 {
   color: #01139A;
 }
</style>

background-color css

<style>
 a { background-color: #01139A; }

 a { background-color: rgb(1,19,154); }

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

border-color css

<style>
 span { border-color: #01139A; }

 span { border-color: rgb(1,19,154); }

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