Html Css Color HEX #0112A2 New Midnight Blue

📋 copy color: '#0112A2'

red 1 ◦ green 18 ◦ blue 162

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

Shades of New Midnight Blue #0112A2

Tints of New Midnight Blue #0112A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 89.5%

R = 0.55%
G = 9.94%
B = 89.5%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0112A2 (or 0x0112A2) is known color: New Midnight Blue. HEX triplet: 01, 12 and A2. RGB value is (1,18,162). Sum of RGB (Red+Green+Blue) = 1+18+162=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 162 (63.67% from 255 or 89.50% from 181); Max value from RGB is 162 - color contains mainly: blue. Hex color #0112A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0112A2 is #FEED5D. Grayscale: #1C1C1C. Windows color (decimal): -16706910 or 10621441. OLE color: 10621441.

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

Color convert

RGB 1 18 162 -
CMYK 0.99 0.89 0 0.36
HSL 233.66º 0.99% 0.32% -
HSV(B) 233.66º 0.99% 0.64% -
XYZ 6.75 3.05 34.41 -
YUV 29.33 202.87 107.79 -
System Red Green Blue C M Y K H S L
Decimal 1 18 162 0.99 0.89 0 0.36 233.66 0.99 0.32
Hex 1 12 A2 63 59 0 24 EA 63 20
Octal 1 22 242 143 131 0 44 352 143 40
Binary 1 10010 10100010 1100011 1011001 0 100100 11101010 1100011 100000

Color Harmonies of #0112A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0112A2

Black with #0112A2

Text Example


Text Example

White with #0112A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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