Html Css Color HEX #0112AB New Midnight Blue

📋 copy color: '#0112AB'

red 1 ◦ green 18 ◦ blue 171

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

Shades of New Midnight Blue #0112AB

Tints of New Midnight Blue #0112AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

 BLUE value IS 171 (67.19% from 255) = 90%

R = 0.53%
G = 9.47%
B = 90%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0112AB (or 0x0112AB) is known color: New Midnight Blue. HEX triplet: 01, 12 and AB. RGB value is (1,18,171). Sum of RGB (Red+Green+Blue) = 1+18+171=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #0112AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0112AB is #FEED54. Grayscale: #1D1D1D. Windows color (decimal): -16706901 or 11211265. OLE color: 11211265.

HSL color Cylindrical-coordinate representation of color #0112AB: hue angle of 234º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0112AB is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 18 171 -
CMYK 0.99 0.89 0 0.33
HSL 234º 0.99% 0.34% -
HSV(B) 234º 0.99% 0.67% -
XYZ 7.58 3.38 38.78 -
YUV 30.36 207.37 107.06 -
System Red Green Blue C M Y K H S L
Decimal 1 18 171 0.99 0.89 0 0.33 234 0.99 0.34
Hex 1 12 AB 63 59 0 21 EA 63 22
Octal 1 22 253 143 131 0 41 352 143 42
Binary 1 10010 10101011 1100011 1011001 0 100001 11101010 1100011 100010

Color Harmonies of #0112AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0112AB

Black with #0112AB

Text Example


Text Example

White with #0112AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0112AB; }

 p { color: rgb(1,18,171); }

 H1.HeaderClassName
 {
   color: #0112AB;
 }
 .AnyTagClassName
 {
   color: #0112AB;
 }
</style>

background-color css

<style>
 a { background-color: #0112AB; }

 a { background-color: rgb(1,18,171); }

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

border-color css

<style>
 span { border-color: #0112AB; }

 span { border-color: rgb(1,18,171); }

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