Html Css Color HEX #0112A4 New Midnight Blue

📋 copy color: '#0112A4'

red 1 ◦ green 18 ◦ blue 164

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

Shades of New Midnight Blue #0112A4

Tints of New Midnight Blue #0112A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 89.62%

R = 0.55%
G = 9.84%
B = 89.62%

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

#0112A4 (or 0x0112A4) is known color: New Midnight Blue. HEX triplet: 01, 12 and A4. RGB value is (1,18,164). Sum of RGB (Red+Green+Blue) = 1+18+164=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 164 (64.45% from 255 or 89.62% from 183); Max value from RGB is 164 - color contains mainly: blue. Hex color #0112A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0112A4 is #FEED5B. Grayscale: #1C1C1C. Windows color (decimal): -16706908 or 10752513. OLE color: 10752513.

HSL color Cylindrical-coordinate representation of color #0112A4: hue angle of 233.74º 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 #0112A4 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 18 164 -
CMYK 0.99 0.89 0 0.36
HSL 233.74º 0.99% 0.32% -
HSV(B) 233.74º 0.99% 0.64% -
XYZ 6.93 3.12 35.36 -
YUV 29.56 203.87 107.63 -
System Red Green Blue C M Y K H S L
Decimal 1 18 164 0.99 0.89 0 0.36 233.74 0.99 0.32
Hex 1 12 A4 63 59 0 24 EA 63 20
Octal 1 22 244 143 131 0 44 352 143 40
Binary 1 10010 10100100 1100011 1011001 0 100100 11101010 1100011 100000

Color Harmonies of #0112A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0112A4

Black with #0112A4

Text Example


Text Example

White with #0112A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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